XmlDocument.CreateAttribute(String) 方法

定义

使用指定名称创建新属性。

public:
 virtual XmlAttribute ^ CreateAttribute(Platform::String ^ name) = CreateAttribute;
XmlAttribute CreateAttribute(winrt::hstring const& name);
public XmlAttribute CreateAttribute(string name);
function createAttribute(name)
Public Function CreateAttribute (name As String) As XmlAttribute

参数

name
String

Platform::String

winrt::hstring

新特性对象的名称。 此名称随后可用作新节点的 NodeName 属性。

返回

新创建的属性。

适用于