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입니다.

적용 대상