ID2D1SvgElement::RemoveAttribute 方法 (d2d1svg.h)

从此元素中删除 属性。 此外,如果存在,则从内联样式中删除此属性。

语法

HRESULT RemoveAttribute(
  [in] PCWSTR name
);

参数

[in] name

类型: PCWSTR

要移除的属性的名称。

返回值

类型: HRESULT

此方法返回 HRESULT 成功或错误代码。 如果属性名称对此元素无效,则返回错误。

要求

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

另请参阅

ID2D1SvgElement