次の方法で共有


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