ReferencedOpaqueFileDescriptors.Item Property
Parent Object: ReferencedOpaqueFileDescriptorsDescription
Allows integer-indexed access to items in the collection.
Syntax
ReferencedOpaqueFileDescriptors.Item( Index As Long ) As ReferencedOpaqueFileDescriptorProperty Value
This is a read only property whose value is a ReferencedOpaqueFileDescriptor.Parameters
Name | Type | Description |
Index | Long | Input Variant value that specifies the ReferencedOpaqueFileDescriptor to return. This can be either a numeric value indicating the index of the item in the collection or it can be a string indicating the full file name. If an out of range index or a name of a non-existent ReferencedOpaqueFileDescriptor is provided, an error will occur. |