iGraphicsEffectD2D1Interop::GetProperty 方法 (windows.graphics.effects.interop.h)

检索指定索引处的效果属性。

语法

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