다음을 통해 공유


XmlElement.GetAttributeNode(String) 메서드

정의

특성 노드를 반환합니다.

public:
 virtual XmlAttribute ^ GetAttributeNode(Platform::String ^ attributeName) = GetAttributeNode;
XmlAttribute GetAttributeNode(winrt::hstring const& attributeName);
public XmlAttribute GetAttributeNode(string attributeName);
function getAttributeNode(attributeName)
Public Function GetAttributeNode (attributeName As String) As XmlAttribute

매개 변수

attributeName
String

Platform::String

winrt::hstring

필수 특성의 이름입니다.

반환

반환된 특성 포인터입니다.

적용 대상