IOpcSignatureCustomObjectSet interface (msopc.h)
An unordered set of IOpcSignatureCustomObject interface pointers that contain the XML markup of application-specific Object elements.
Inheritance
The IOpcSignatureCustomObjectSet interface inherits from the IUnknown interface. IOpcSignatureCustomObjectSet also has these types of members:
Methods
The IOpcSignatureCustomObjectSet interface has these methods.
IOpcSignatureCustomObjectSet::Create Creates an IOpcSignatureCustomObject interface pointer to represent an application-specific Object element in the signature, and adds the new interface to the set. |
IOpcSignatureCustomObjectSet::Delete Deletes a specified IOpcSignatureCustomObject interface pointer from the set. |
IOpcSignatureCustomObjectSet::GetEnumerator Gets an enumerator of IOpcSignatureCustomObject interface pointers in the set. |
Remarks
An IOpcSignatureCustomObject interface pointer provides access to the XML markup of the Object element it represents. To access the XML markup of the Object element, call the IOpcSignatureCustomObject::GetXml method.
When an IOpcSignatureCustomObject interface pointer is created and added to the set, the Object it represents is saved when the package is saved.
When an IOpcSignatureCustomObject interface pointer is deleted from the set, the Object it represents is not saved when the package is saved.
To create an IOpcSignatureCustomObjectSet interface pointer, call the IOpcSigningOptions::GetCustomObjectSet method.
Thread Safety
Packaging objects are not thread-safe.
For more information, see the Getting Started with the Packaging API.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | msopc.h |
See also
Getting Started with the Packaging API
Overviews
Packaging API Programming Guide
Packaging Digital Signature Interfaces
Reference