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

所需属性的名称。

返回

返回的属性指针。

适用于