다음을 통해 공유


XmlDocument.CreateElement(String) 메서드

정의

지정된 이름을 사용하는 요소 노드를 만듭니다.

public:
 virtual XmlElement ^ CreateElement(Platform::String ^ tagName) = CreateElement;
XmlElement CreateElement(winrt::hstring const& tagName);
public XmlElement CreateElement(string tagName);
function createElement(tagName)
Public Function CreateElement (tagName As String) As XmlElement

매개 변수

tagName
String

Platform::String

winrt::hstring

새 요소 노드의 이름입니다. 문자열은 대/소문자를 구분합니다. 이 이름은 이후에 요소 노드의 NodeName 속성으로 사용할 수 있습니다.

반환

새로 만든 개체입니다.

적용 대상