Description Returns the McDataNodeRef in the collection for a 0-based numeric Index, String Path, McDBNode or McDataNodeRef.
-
Property type
-
A McDataNodeRef object. A McDataNodeRef reference keyed by the given parameter. Failure Returns Nothing. Failure conditions: vntIndexKey does Not describe a McDataNodeRef in the collection.
-
Syntax
-
object.Item(vntIndexKey)
The Item Property syntax has these parts: |
| object | An expression evaluating to an object of type McDataNodeRefs. | | vntIndexKey | Required. A Variant value. 0-based numeric Index, String Path, McDBNode or McDataNodeRef. | Remarks MethodAttributes Default.
|