Share via


ImportOptions.Namespaces Vlastnost

Definice

Získá slovník, který obsahuje mapování oborů názvů kontraktu dat na CLR obory názvů, které musí být použity ke generování kódu během operace importu.

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)

Hodnota vlastnosti

A IDictionary<TKey,TValue> , který obsahuje mapování oboru názvů.

Platí pro