ImportOptions.Namespaces Vlastnost

Definice

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

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> obsahující mapování oborů názvů.

Platí pro