다음을 통해 공유


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 속성으로 사용할 수 있습니다.

반환

새로 만든 특성입니다.

적용 대상