XmlSchemaObjectCollection 생성자

정의

XmlSchemaObjectCollection 클래스의 새 인스턴스를 초기화합니다.

오버로드

XmlSchemaObjectCollection()

XmlSchemaObjectCollection 클래스의 새 인스턴스를 초기화합니다.

XmlSchemaObjectCollection(XmlSchemaObject)

XmlSchemaObject를 사용하는 XmlSchemaObjectCollection 클래스의 새 인스턴스를 초기화합니다.

XmlSchemaObjectCollection()

XmlSchemaObjectCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 XmlSchemaObjectCollection();
public XmlSchemaObjectCollection ();
Public Sub New ()

적용 대상

XmlSchemaObjectCollection(XmlSchemaObject)

XmlSchemaObject를 사용하는 XmlSchemaObjectCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 XmlSchemaObjectCollection(System::Xml::Schema::XmlSchemaObject ^ parent);
public XmlSchemaObjectCollection (System.Xml.Schema.XmlSchemaObject? parent);
public XmlSchemaObjectCollection (System.Xml.Schema.XmlSchemaObject parent);
new System.Xml.Schema.XmlSchemaObjectCollection : System.Xml.Schema.XmlSchemaObject -> System.Xml.Schema.XmlSchemaObjectCollection
Public Sub New (parent As XmlSchemaObject)

매개 변수

적용 대상