ImportOptions.Namespaces Tulajdonság

Definíció

Lekéri az adatszerződések névtereinek a CLR-névterekhez való leképezését tartalmazó szótárt, amelyet az importálási művelet során kód létrehozásához kell használni.

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)

Tulajdonság értéke

A IDictionary<TKey,TValue> névtérleképezéseket tartalmazó.

A következőre érvényes: