XmlElement.GetAttribute(String) 方法

定义

返回 特性的值。

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

参数

attributeName
String

Platform::String

winrt::hstring

所需属性的名称。

返回

String

Platform::String

winrt::hstring

特性的字符串值。

适用于