Share via


ImportOptions.Namespaces Propriété

Définition

Obtient un dictionnaire qui contient le mappage des espaces de noms du contrat de données aux espaces de noms CLR qui doivent être utilisés pour générer le code pendant une opération d'importation.

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)

Valeur de propriété

IDictionary<TKey,TValue> qui contient les mappages d'espace de noms.

S’applique à