XmlArrayItemAttributes.Remove(XmlArrayItemAttribute) Yöntem

Tanım

XmlArrayItemAttribute Varsa bir öğesini koleksiyondan kaldırır.

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)

Parametreler

attribute
XmlArrayItemAttribute

XmlArrayItemAttribute Kaldırılacak.

Açıklamalar

Bunun uygulanması ile aynıdır Remove.

Şunlara uygulanır