XmlAnyElementAttributes.Remove(XmlAnyElementAttribute) メソッド

定義

指定された XmlAnyElementAttribute をコレクションから削除します。

public:
 void Remove(System::Xml::Serialization::XmlAnyElementAttribute ^ attribute);
public void Remove (System.Xml.Serialization.XmlAnyElementAttribute attribute);
public void Remove (System.Xml.Serialization.XmlAnyElementAttribute? attribute);
member this.Remove : System.Xml.Serialization.XmlAnyElementAttribute -> unit
Public Sub Remove (attribute As XmlAnyElementAttribute)

パラメーター

適用対象