共用方式為


Transform.PropagatedNamespaces 屬性

定義

取得或設定 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

Hashtable 物件,內含傳送至簽章的命名空間。

屬性

例外狀況

PropagatedNamespaces 屬性被設定為 null

備註

XML 命名空間是用來區分檔中具有相同名稱的不同元素。

屬性 HashtablePropagatedNamespaces 索引鍵是命名空間前置詞,而 Hashtable 值是命名空間統一資源識別項 (URI) 。

屬性 PropagatedNamespaces 會在簽章計算和檢查期間自動設定,但在叫用轉換之前。

適用於