XmlNamedNodeMap.RemoveNamedItem(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.
Removes the specified item.
public:
virtual IXmlNode ^ RemoveNamedItem(Platform::String ^ name) = RemoveNamedItem;
IXmlNode RemoveNamedItem(winrt::hstring const& name);
public IXmlNode RemoveNamedItem(string name);
function removeNamedItem(name)
Public Function RemoveNamedItem (name As String) As IXmlNode
Parameters
- name
-
String
Platform::String
winrt::hstring
The name of the attribute to remove from the collection.
Returns
The node removed from the collection. This method returns Null if the named node is not an attribute.