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 オブジェクト。

属性

例外

PropagatedNamespaces プロパティが null に設定されました。

注釈

XML 名前空間は、同じ名前のドキュメント内のさまざまな要素を区別するために使用されます。

プロパティのPropagatedNamespacesキーはHashtable名前空間プレフィックスであり、Hashtable値は名前空間 Uniform Resource Identifiers (URI) です。

プロパティは PropagatedNamespaces 、シグネチャの計算とチェック中に、変換が呼び出される前に自動的に設定されます。

適用対象