Meta Data Services Programming
ScriptDef UsingMembers Collection
This collection contains interface members (methods or properties) that use the script.
This collection is the origin collection of a relationship that associates a script with an interface member. The destination collection of this relationship is the ScriptsUsedByMember collection.
Syntax
Set variable=object.UsingMembers(index)
The UsingMembers syntax has the following parts.
Part | Description |
---|---|
variable | Variable declared as an object. |
object | A MethodDef or PropertyDef object. |
index | An integer index that identifies which member in the collection is to be addressed. The valid range is from one to the total number of members in the collection. For more information, see Selecting Items in a Collection. |