XmlNodeReader.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 スコープ内の名前空間を含むオブジェクト。

実装

注釈

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

適用対象