SchemaRetriever.GetSchemaCollection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- objProjectSystem
- Object
- targetNamespaces
- ArrayList
- rootReferences
- ArrayList
- schemaTypeNames
- ArrayList