ImportOptions.Namespaces Propriété

Définition

Obtient un dictionnaire qui contient le mappage d’espaces de noms de contrat de données aux espaces de noms CLR qui doivent être utilisés pour générer du 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é

Qui IDictionary<TKey,TValue> contient les mappages d’espaces de noms.

S’applique à