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> A 包含命名空間映射。

適用於