XmlElement.GetAttribute(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The string value of the attribute.