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

Die aus der Auflistung zu entfernende XmlElementAttribute.

Gilt für