Transform.PropagatedNamespaces 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个 Hashtable 对象,该对象包含传播到签名中的命名空间。
public:
property System::Collections::Hashtable ^ PropagatedNamespaces { System::Collections::Hashtable ^ get(); };
public System.Collections.Hashtable PropagatedNamespaces { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public System.Collections.Hashtable PropagatedNamespaces { get; }
member this.PropagatedNamespaces : System.Collections.Hashtable
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.PropagatedNamespaces : System.Collections.Hashtable
Public ReadOnly Property PropagatedNamespaces As Hashtable
属性值
一个 Hashtable 对象,包含传播到签名中的命名空间。
- 属性
例外
PropagatedNamespaces 属性已设置为 null
。
注解
XML 命名空间用于区分文档中具有相同名称的不同元素。
属性 Hashtable 的 PropagatedNamespaces 键是命名空间前缀 Hashtable ,值是命名空间统一资源标识符 (URI) 。
属性 PropagatedNamespaces 在签名计算和检查期间自动设置,但在调用转换之前。