次の方法で共有


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

必要な属性の名前。

戻り値

返される属性ポインター。

適用対象