Share via


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>

适用于