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 會在簽章計算和檢查期間自動設定,但在叫用轉換之前。