다음을 통해 공유


SchemaRetriever.GetSchemaCollection 메서드

정의

public:
 static System::Xml::Schema::XmlSchemaCollection ^ GetSchemaCollection(System::Object ^ objProjectSystem, System::Collections::ArrayList ^ % targetNamespaces, System::Collections::ArrayList ^ % rootReferences, System::Collections::ArrayList ^ % schemaTypeNames);
public static System.Xml.Schema.XmlSchemaCollection GetSchemaCollection (object objProjectSystem, ref System.Collections.ArrayList targetNamespaces, ref System.Collections.ArrayList rootReferences, ref System.Collections.ArrayList schemaTypeNames);
static member GetSchemaCollection : obj * ArrayList * ArrayList * ArrayList -> System.Xml.Schema.XmlSchemaCollection
Public Shared Function GetSchemaCollection (objProjectSystem As Object, ByRef targetNamespaces As ArrayList, ByRef rootReferences As ArrayList, ByRef schemaTypeNames As ArrayList) As XmlSchemaCollection

매개 변수

objProjectSystem
Object
targetNamespaces
ArrayList
rootReferences
ArrayList
schemaTypeNames
ArrayList

반환

적용 대상