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<String,String>

名前空間の割り当てを含む IDictionary<TKey,TValue>

適用対象