Compartir a través de


XmlSchemaExportContext Constructor

Definición

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)

Parámetros

schemaSet
XmlSchemaSet
namespacePrefixSet
Dictionary<String,String>
defaultMetadataNamespace
String

Se aplica a