XmlNamedNodeMap.RemoveNamedItem(String) Method

Definition

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.

Applies to