次の方法で共有


IGraphicsEffectD2D1Interop::GetProperty メソッド (windows.graphics.effects.interop.h)

指定したインデックス位置にある effect プロパティを取得します。

構文

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

パラメーター

index

型: UINT

取得するプロパティのインデックス。

[out] value

種類: Windows::Foundation::IPropertyValue**

このメソッドが返されると、このパラメーターには取得されたプロパティが含まれます。

戻り値

種類: HRESULT

このメソッドは、HRESULT の成功またはエラー コードを返します。

要件

要件
対象プラットフォーム Windows
ヘッダー windows.graphics.effects.interop.h

こちらもご覧ください

IGraphicsEffectD2D1Interop