共用方式為


ImportOptions.Namespaces 屬性

定義

取得字典,這個字典包含了資料合約命名空間和必須在匯入作業期間用來產生程式碼之 CLR 命名空間的對應。

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)

屬性值

IDictionary<TKey,TValue>,其中包含命名空間對應。

適用於