This collection specifies other interfaces that derive from this interface.
Collection descriptor | Descriptor value |
Relationship Type | Interface-InheritsFrom-Interface |
Source Is Origin | No |
Minimum Collection Size | Zero |
Maximum Collection Size | Many |
Sequenced Collection | No |
Deletes Propagated | No |
Destinations Named | No |
Case-Sensitive Names | Not applicable |
Unique Names | Not applicable |
Set variable = object.Descendants(index)
The Descendants collection syntax has the following parts.
Part | Description |
variable | A variable declared as an InterfaceDef object. Receives the specified interface definition. |
object | An object expression that evaluates to an InterfaceDef object. |
index | An integer index that identifies which element in the collection is to be addressed. The valid range is from one to the number of elements in the collection. The number of elements in the collection is specified by object.Descendants.Count. |