XmlTextReader.System.Xml.IXmlNamespaceResolver.GetNamespacesInScope メソッド
アセンブリ: System.Xml (system.xml.dll 内)

Private Function System.Xml.IXmlNamespaceResolver.GetNamespacesInScope ( _ scope As XmlNamespaceScope _ ) As IDictionary(Of String, String) Implements IXmlNamespaceResolver.GetNamespacesInScope
Dim instance As XmlTextReader Dim scope As XmlNamespaceScope Dim returnValue As IDictionary(Of String, String) returnValue = CType(instance, IXmlNamespaceResolver).GetNamespacesInScope(scope)
private: virtual IDictionary<String^, String^>^ System.Xml.IXmlNamespaceResolver.GetNamespacesInScope ( XmlNamespaceScope scope ) sealed = IXmlNamespaceResolver::GetNamespacesInScope
戻り値
現在のスコープ内にある名前空間が格納された IDictionary。

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

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- XmlTextReader.System.Xml.IXmlNamespaceResolver.GetNamespacesInScope メソッドのページへのリンク