XmlElementAttributes.Remove(XmlElementAttribute) Methode

Definition

Entfernt das angegebene Objekt aus der Auflistung.

public:
 void Remove(System::Xml::Serialization::XmlElementAttribute ^ attribute);
public void Remove(System.Xml.Serialization.XmlElementAttribute attribute);
public void Remove(System.Xml.Serialization.XmlElementAttribute? attribute);
member this.Remove : System.Xml.Serialization.XmlElementAttribute -> unit
Public Sub Remove (attribute As XmlElementAttribute)

Parameter

attribute
XmlElementAttribute

The XmlElementAttribute to remove from the collection.

Gilt für: