IGraphicsEffectD2D1Interop::GetPropertyCount 方法 (windows.graphics.effects.interop.h)

检索效果的属性计数。

语法

HRESULT GetPropertyCount(
  [out] UINT *count
);

参数

[out] count

类型: UINT*

当方法返回时,此参数将包含属性计数。

返回值

类型: HRESULT

此方法返回 HRESULT 成功或错误代码。

要求

要求
目标平台 Windows
标头 windows.graphics.effects.interop.h

另请参阅

IGraphicsEffectD2D1Interop