IXpsSignatureBlockCollection interface (xpsdigitalsignature.h)
A collection of IXpsSignatureBlock interfaces.
Inheritance
The IXpsSignatureBlockCollection interface inherits from the IUnknown interface. IXpsSignatureBlockCollection also has these types of members:
The IXpsSignatureBlockCollection interface has these methods.
Method | Description |
---|---|
GetAt | Gets an IXpsSignatureBlock interface pointer from a specified location in the collection. |
GetCount | Gets the number of IXpsSignatureBlock interface pointers in the collection. |
RemoveAt | Removes and releases an IXpsSignatureBlock interface pointer from a specified location in the collection. |
The IXpsSignatureBlockCollection interface has these methods.
Method | Description |
---|---|
GetAt | Gets an IXpsSignatureBlock interface pointer from a specified location in the collection. |
GetCount | Gets the number of IXpsSignatureBlock interface pointers in the collection. |
RemoveAt | Removes and releases an IXpsSignatureBlock interface pointer from a specified location in the collection. |
Methods
The IXpsSignatureBlockCollection interface has these methods.
IXpsSignatureBlockCollection::GetAt Gets an IXpsSignatureBlock interface pointer from a specified location in the collection. |
IXpsSignatureBlockCollection::GetCount Gets the number of IXpsSignatureBlock interface pointers in the collection. |
IXpsSignatureBlockCollection::RemoveAt Removes and releases an IXpsSignatureBlock interface pointer from a specified location in the collection. |
Remarks
This interface cannot exist independently from the signature manager from which it was instantiated.
For more information about the collection methods, see Working with XPS OM Collection Interfaces.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Target Platform | Windows |
Header | xpsdigitalsignature.h |