XmlArrayItemAttributes.Remove(XmlArrayItemAttribute) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Tar bort en XmlArrayItemAttribute från samlingen, om den finns.
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)
Parametrar
- attribute
- XmlArrayItemAttribute
Att XmlArrayItemAttribute ta bort.
Kommentarer
Implementeringen av detta är samma som Remove.