XmlElement.GetAttribute(String) Method

Definition

Returns the value of the attribute.

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

Parameters

attributeName
String

Platform::String

winrt::hstring

The name of the required attribute.

Returns

String

Platform::String

winrt::hstring

The string value of the attribute.

Applies to