Partager via


Méthode IXpsOMImageResourceCollection ::GetByPartName (xpsobjectmodel.h)

Obtient un pointeur d’interface IXpsOMImageResource de la collection en correspondant au nom de la partie de l’interface.

Syntaxe

HRESULT GetByPartName(
  [in]          IOpcPartUri         *partName,
  [out, retval] IXpsOMImageResource **part
);

Paramètres

[in] partName

Nom de partie de l’interface qui se trouve dans la collection.

[out, retval] part

Interface IXpsOMImageResource dont le nom de composant correspond à partName. Si aucune interface correspondante n’est trouvée dans la collection, un pointeur NULL est retourné.

Valeur retournée

Si la méthode réussit, elle retourne S_OK ; sinon, elle retourne un code d’erreur HRESULT .

Configuration requise

   
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

Voir aussi

IOpcPartUri

IXpsOMImageResource

IXpsOMImageResourceCollection

XML Paper Specification