IXpsOMPartUriCollection interface (xpsobjectmodel.h)
A collection of IOpcPartUri interface pointers.
Inheritance
The IXpsOMPartUriCollection interface inherits from the IUnknown interface. IXpsOMPartUriCollection also has these types of members:
Methods
The IXpsOMPartUriCollection interface has these methods.
IXpsOMPartUriCollection::Append Appends an IOpcPartUri interface to the end of the collection. |
IXpsOMPartUriCollection::GetAt Gets an IOpcPartUri interface pointer from a specified location in the collection. |
IXpsOMPartUriCollection::GetCount Gets the number of IOpcPartUri interface pointers in the collection. |
IXpsOMPartUriCollection::InsertAt Inserts an IOpcPartUri interface pointer at a specified location in the collection. |
IXpsOMPartUriCollection::RemoveAt Removes and releases an IOpcPartUri interface pointer from a specified location in the collection. |
IXpsOMPartUriCollection::SetAt Replaces an IOpcPartUri interface pointer at a specified location in the collection. |
Remarks
For more information about the collection methods, see Working with XPS OM Collection Interfaces.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | xpsobjectmodel.h |
See also
IXpsOMObjectFactory::CreatePartUri
IXpsOMObjectFactory::CreatePartUriCollection