XmlElementAttributes.Remove(XmlElementAttribute) 方法

定义

从集合中删除指定对象。

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)

参数

attribute
XmlElementAttribute

XmlElementAttribute 从集合中移除的集合。

适用于