Document.ReferencedOLEFileDescriptors2 Property
Parent Object: DocumentDescription
Gets the collection of OLE attachments made in this Document that match the input type. Returns all OLE attachments if type is kOLEDocumentUnknownObject.
Syntax
Document.ReferencedOLEFileDescriptors2( [ReferenceType] As OLEDocumentTypeEnum ) As ObjectsEnumeratorProperty Value
This is a read only property whose value is an ObjectsEnumerator.Parameters
Name | Type | Description |
ReferenceType | OLEDocumentTypeEnum | This is an optional argument whose default value is 3329. |