Share

ComponentOccurrencesEnumerator.Count Property

Parent Object: ComponentOccurrencesEnumerator

Description

Property that returns the number of items in this collection.

Syntax

ComponentOccurrencesEnumerator.Count() As Long

Property Value

This is a read only property whose value is a Long.

Samples

Name Description
Traverse an Assembly This sample shows how to recursively traverse an assembly and get the count of leaf node components and subassemblies.

Version

Introduced in version 4

Was this information helpful?