共用方式為


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

必要屬性的名稱。

傳回

傳回的屬性指標。

適用於