EdiSchemaToolSet.ValidateSchema(XmlSchemaSet, String) Method

Definition

public:
 static System::Collections::ArrayList ^ ValidateSchema(System::Xml::Schema::XmlSchemaSet ^ schemaSet, System::String ^ docType);
public static System.Collections.ArrayList ValidateSchema (System.Xml.Schema.XmlSchemaSet schemaSet, string docType);
static member ValidateSchema : System.Xml.Schema.XmlSchemaSet * string -> System.Collections.ArrayList
Public Shared Function ValidateSchema (schemaSet As XmlSchemaSet, docType As String) As ArrayList

Parameters

schemaSet
XmlSchemaSet
docType
String

Returns

ArrayList

Applies to