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<String,String>

スコープ内の名前空間が格納されている IDictionary オブジェクト。

実装

注釈

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

適用対象