Méthode IXpsOMDocumentCollection ::GetAt (xpsobjectmodel.h)
Obtient un pointeur d’interface IXpsOMDocument à partir d’un emplacement spécifié dans la collection.
Syntaxe
HRESULT GetAt(
[in] UINT32 index,
[out, retval] IXpsOMDocument **document
);
Paramètres
[in] index
Index de base zéro du pointeur d’interface IXpsOMDocument à obtenir.
[out, retval] document
Pointeur d’interface IXpsOMDocument à l’emplacement spécifié par l’index.
Valeur retournée
Si la méthode réussit, elle retourne S_OK ; sinon, elle retourne un code d’erreur HRESULT .
Remarques
Pour plus d’informations sur les méthodes de collection, consultez Working with XPS OM Collection Interfaces.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 7, Windows Vista avec SP2 et Mise à jour de plateforme pour Windows Vista [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2008 R2, Windows Server 2008 avec SP2 et Platform Update pour Windows Server 2008 [applications de bureau | Applications UWP] |
Plateforme cible | Windows |
En-tête | xpsobjectmodel.h |