共用方式為


ID2D1SvgElement::GetSpecifiedAttributeNameLength 方法 (d2d1svg.h)

取得指定索引處指定屬性名稱的字串長度。 輸出字串長度不包含 Null 終止符的空間。

語法

HRESULT GetSpecifiedAttributeNameLength(
                  UINT32 index,
  [out]           UINT32 *nameLength,
  [out, optional] BOOL   *inherited
);

參數

index

類型: UINT32

屬性的索引。

[out] nameLength

類型: UINT32*

輸出指定屬性名稱的字串長度。

[out, optional] inherited

類型: BOOL*

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

傳回值

類型: HRESULT

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

規格需求

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

另請參閱

ID2D1SvgElement