XmlArrayItemAttributes.Remove(XmlArrayItemAttribute) Método

Definição

Remove um XmlArrayItemAttribute da coleção, se existir.Removes an XmlArrayItemAttribute from the collection, if it is present.

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)

Parâmetros

attribute
XmlArrayItemAttribute

O XmlArrayItemAttribute a ser removido.The XmlArrayItemAttribute to remove.

Comentários

A implementação disso é a mesma do Remove .The implementation of this is the same as the Remove.

Aplica-se a