XmlArrayItemAttributes.Remove(XmlArrayItemAttribute) Methode

Definition

Entfernt ein XmlArrayItemAttribute aus der Auflistung, sofern vorhanden.

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

Parameter

attribute
XmlArrayItemAttribute

Das zu entfernende XmlArrayItemAttribute-Element.

Hinweise

Die Implementierung ders ist identisch mit der Remove.

Gilt für