Share

ComponentOccurrences.AllLeafOccurrences Property

Parent Object: ComponentOccurrences

Description

Return all unique leaf occurrences (optionally filtered to the specified definition) relative to this context.

Syntax

ComponentOccurrences.AllLeafOccurrences( [LeafDefinition] As Variant ) As ComponentOccurrencesEnumerator

Property Value

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

Parameters

Name Type Description
LeafDefinition Variant Occurence to be used as the basis for filtering the leaf space for a given leaf occurence.

This is an optional argument whose default value is null.

Version

Introduced in version 8

Was this information helpful?