IXpsOMColorProfileResourceCollection interface

A collection of IXpsOMColorProfileResource interface pointers.

When to implement

Never. Custom implementation of this interface is not supported.

Members

The IXpsOMColorProfileResourceCollection interface inherits from the IUnknown interface. IXpsOMColorProfileResourceCollection also has these types of members:

  • Methods

Methods

The IXpsOMColorProfileResourceCollection interface has these methods.

Method Description
Append

Appends an IXpsOMColorProfileResource interface pointer to the end of the collection.

GetAt

Gets an IXpsOMColorProfileResource interface pointer from a specified location in the collection.

GetByPartName

Gets an IXpsOMColorProfileResource interface pointer from the collection by matching the interface's part name.

GetCount

Gets the number of IXpsOMColorProfileResource interface pointers in the collection.

InsertAt

Inserts an IXpsOMColorProfileResource interface pointer at a specified location in the collection.

RemoveAt

Removes and releases an IXpsOMColorProfileResource interface pointer from a specified location in the collection.

SetAt

Replaces an IXpsOMColorProfileResource 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

Minimum supported client

Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps]

Header

Xpsobjectmodel.h

IDL

XpsObjectModel.idl

See also

IXpsOMColorProfileResource

Working with XPS OM Collection Interfaces

Interfaces

XML Paper Specification