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

適用対象