Description Returns the export clipboard formats for the the object instance. Returns the export clipboard formats for the the object type.
-
Return Type
-
A Boolean value. A Variant (Array of Long) with ClipboardFormats that can be exported in ObjectClipboardDatas. Failure Returns Empty.. Failure conditions: Implementation defined.
MULTIPLE
-
Syntax
-
object.ObjectClipboardFormats (sDisplayName, pOverridden, pUnknown, pvalFormats)
The ObjectClipboardFormats Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataHandler. | | sDisplayName | Required. A String value. | | pOverridden | Required. An IUnknown object. | | pUnknown | Required. An IUnknown object. The given object. | | pvalFormats | Required. A Variant value. | Remarks When the optional vData is supplied just the formats for that instance of the object are returned.
When vData is Not supplied all possible formats are returned.
|