XmlNamespaceManager.GetNamespacesInScope(XmlNamespaceScope) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在スコープ内にある名前空間を列挙するために使用できる、プレフィックスをキーとした、名前空間の名前のコレクションを取得します。
public:
virtual System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ GetNamespacesInScope(System::Xml::XmlNamespaceScope scope);
public virtual System.Collections.Generic.IDictionary<string,string> GetNamespacesInScope (System.Xml.XmlNamespaceScope scope);
abstract member GetNamespacesInScope : System.Xml.XmlNamespaceScope -> System.Collections.Generic.IDictionary<string, string>
override this.GetNamespacesInScope : System.Xml.XmlNamespaceScope -> System.Collections.Generic.IDictionary<string, string>
Public Overridable Function GetNamespacesInScope (scope As XmlNamespaceScope) As IDictionary(Of String, String)
パラメーター
- scope
- XmlNamespaceScope
返される名前空間ノードの種類を指定する列挙値。
戻り値
現在スコープ内にある名前空間とプレフィックスのペアのコレクション。
実装
注釈
ディクショナリは、プレフィックスでキー付けされた名前空間名のコレクションで構成されます。 スコープ内の名前空間を列挙するために使用できます。 ディクショナリは、名前空間リストの切断されたコピーです。 現在のスコープ内名前空間リストが変更されると、変更されません。
次の表は、値がメソッドによって返される名前空間にどのように XmlNamespaceScope 影響するかを GetNamespacesInScope 示しています。
XmlNamespaceScope の値 | xmlns:xml | xmlns:xmlns | xmlns="" |
---|---|---|---|
All |
はい | いいえ | いいえ |
ExcludeXml |
いいえ | いいえ | いいえ |
Local |
いいえ | いいえ | はい |