XmlSchemaExportContext コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
パラメーター
- schemaSet
- XmlSchemaSet
- namespacePrefixSet
- Dictionary<String,String>
- defaultMetadataNamespace
- String