XmlTextReader.IXmlNamespaceResolver.GetNamespacesInScope メソッド

定義

このメンバーの詳細については、「GetNamespacesInScope(XmlNamespaceScope)」をご覧ください。

 virtual System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(System::Xml::XmlNamespaceScope scope) = System::Xml::IXmlNamespaceResolver::GetNamespacesInScope;
System.Collections.Generic.IDictionary<string,string> IXmlNamespaceResolver.GetNamespacesInScope (System.Xml.XmlNamespaceScope scope);
abstract member System.Xml.IXmlNamespaceResolver.GetNamespacesInScope : System.Xml.XmlNamespaceScope -> System.Collections.Generic.IDictionary<string, string>
override this.System.Xml.IXmlNamespaceResolver.GetNamespacesInScope : System.Xml.XmlNamespaceScope -> System.Collections.Generic.IDictionary<string, string>
Function GetNamespacesInScope (scope As XmlNamespaceScope) As IDictionary(Of String, String) Implements IXmlNamespaceResolver.GetNamespacesInScope

パラメーター

scope
XmlNamespaceScope

返される名前空間ノードの種類を指定する XmlNamespaceScope 値。

戻り値

IDictionary<String,String>

現在のスコープ内にある名前空間が格納された IDictionary

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、XmlTextReader のインスタンスが IXmlNamespaceResolver インターフェイスにキャストされる場合のみ、使用できます。

適用対象

こちらもご覧ください