ImportOptions.Namespaces プロパティ

定義

インポート操作中にコードを生成するために使用する必要がある CLR 名前空間へのデータ コントラクト名前空間のマッピングを含むディクショナリを取得します。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Namespaces { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> Namespaces { get; }
member this.Namespaces : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Namespaces As IDictionary(Of String, String)

プロパティ値

名前空間マッピングを含む IDictionary<TKey,TValue>

適用対象