XmlSchemaExportContext Constructor
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:
XmlSchemaExportContext(System::Xml::Schema::XmlSchemaSet ^ schemaSet, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ namespacePrefixSet, System::String ^ defaultMetadataNamespace);
public XmlSchemaExportContext (System.Xml.Schema.XmlSchemaSet schemaSet, System.Collections.Generic.Dictionary<string,string> namespacePrefixSet, string defaultMetadataNamespace);
new Microsoft.ServiceModel.Channels.Common.XmlSchemaExportContext : System.Xml.Schema.XmlSchemaSet * System.Collections.Generic.Dictionary<string, string> * string -> Microsoft.ServiceModel.Channels.Common.XmlSchemaExportContext
Public Sub New (schemaSet As XmlSchemaSet, namespacePrefixSet As Dictionary(Of String, String), defaultMetadataNamespace As String)
Parameters
- schemaSet
- XmlSchemaSet
- namespacePrefixSet
- Dictionary<String,String>
- defaultMetadataNamespace
- String