ID2D1SvgElement::SetTextValue 方法 (d2d1svg.h)

设置文本内容元素的值。

语法

HRESULT SetTextValue(
  [in] const WCHAR *name,
       UINT32      nameCount
);

参数

[in] name

类型: const WCHAR*

文本内容元素的新值。

nameCount

类型: UINT32

返回值

类型: HRESULT

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

要求

要求
目标平台 Windows
标头 d2d1svg.h
DLL Direct2d.dll

另请参阅

ID2D1SvgElement