Méthode IGraphicsEffectD2D1Interop ::GetProperty (windows.graphics.effects.interop.h)

Récupère la propriété d’effet à l’index spécifié.

Syntaxe

HRESULT GetProperty(
        UINT                                index,
  [out] Windows::Foundation::IPropertyValue **value
);

Paramètres

index

Type : UINT

Index de la propriété à récupérer.

[out] value

Type : Windows ::Foundation ::IPropertyValue**

Lorsque cette méthode retourne, ce paramètre contient la propriété récupérée.

Valeur retournée

Type : HRESULT

Cette méthode retourne un code de réussite ou d’erreur HRESULT.

Configuration requise

Condition requise Valeur
Plateforme cible Windows
En-tête windows.graphics.effects.interop.h

Voir aussi

IGraphicsEffectD2D1Interop