ImportOptions.Namespaces 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个字典,它包含在导入操作期间必须使用以便生成代码的、从数据协定命名空间到 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>。