XmlNamedNodeMap.GetNamedItem(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.
Retrieves the attribute with the specified name.
public:
virtual IXmlNode ^ GetNamedItem(Platform::String ^ name) = GetNamedItem;
IXmlNode GetNamedItem(winrt::hstring const& name);
public IXmlNode GetNamedItem(string name);
function getNamedItem(name)
Public Function GetNamedItem (name As String) As IXmlNode
Parameters
- name
-
String
Platform::String
winrt::hstring
The name of the attribute.
Returns
The returned attribute with the specified name. This method returns Null if the attribute node is not in this collection.