次の方法で共有


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 プロパティとして使用できます。

戻り値

新しく作成された属性。

適用対象