共用方式為


ID2D1SvgElement::GetSpecifiedAttributeName 方法 (d2d1svg.h)

取得指定索引處的屬性名稱。

語法

HRESULT GetSpecifiedAttributeName(
                  UINT32 index,
  [out]           PWSTR  name,
                  UINT32 nameCount,
  [out, optional] BOOL   *inherited
);

參數

index

類型: UINT32

屬性的索引。

[out] name

類型: PWSTR

輸出屬性的名稱。

nameCount

類型: UINT32

name 引數中傳回的字串長度。

[out, optional] inherited

類型: BOOL*

輸出屬性是否設定為繼承值。

傳回值

類型: HRESULT

這個方法會傳回 HRESULT 成功或錯誤碼。

規格需求

   
目標平台 Windows
標頭 d2d1svg.h
Dll Direct2d.dll

另請參閱

ID2D1SvgElement