Skip to content

Latest commit

 

History

History
85 lines (62 loc) · 3.58 KB

nf-xpsobjectmodel-ixpsompagereferencecollection-removeat.md

File metadata and controls

85 lines (62 loc) · 3.58 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:xpsobjectmodel.IXpsOMPageReferenceCollection.RemoveAt
IXpsOMPageReferenceCollection::RemoveAt (xpsobjectmodel.h)
Removes and releases an IXpsOMPageReference interface pointer from a specified location in the collection.
IXpsOMPageReferenceCollection interface [XPS Documents and Packaging]
RemoveAt method
IXpsOMPageReferenceCollection.RemoveAt
IXpsOMPageReferenceCollection::RemoveAt
RemoveAt
RemoveAt method [XPS Documents and Packaging]
RemoveAt method [XPS Documents and Packaging]
IXpsOMPageReferenceCollection interface
xps.ixpsompagereferencecollection_removeat
xpsobjectmodel/IXpsOMPageReferenceCollection::RemoveAt
xps\ixpsompagereferencecollection_removeat.htm
xps
905ed1ea-b694-4620-8a71-2f0bfb831af4
12/05/2018
IXpsOMPageReferenceCollection interface [XPS Documents and Packaging],RemoveAt method, IXpsOMPageReferenceCollection.RemoveAt, IXpsOMPageReferenceCollection::RemoveAt, RemoveAt, RemoveAt method [XPS Documents and Packaging], RemoveAt method [XPS Documents and Packaging],IXpsOMPageReferenceCollection interface, xps.ixpsompagereferencecollection_removeat, xpsobjectmodel/IXpsOMPageReferenceCollection::RemoveAt
xpsobjectmodel.h
Windows
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps \| UWP apps]
XpsObjectModel.idl
Windows
19H1
IXpsOMPageReferenceCollection::RemoveAt
xpsobjectmodel/IXpsOMPageReferenceCollection::RemoveAt
c++
APIRef
kbSyntax
COM
xpsobjectmodel.h
IXpsOMPageReferenceCollection.RemoveAt

IXpsOMPageReferenceCollection::RemoveAt

-description

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

-parameters

-param index [in]

The zero-based index in the collection from which an IXpsOMPageReference interface pointer is to be removed and released.

-returns

If the method succeeds, it returns S_OK; otherwise, it returns an HRESULT error code.

-remarks

This method releases the interface referenced by the pointer at the location specified by index. After releasing the interface, this method compacts the collection by reducing by 1 the index of each pointer subsequent to index.

For more information about the collection methods, see Working with XPS OM Collection Interfaces.

-see-also

IXpsOMPageReference

IXpsOMPageReferenceCollection

Working with XPS OM Collection Interfaces

XML Paper Specification