XmlValidatingReader.IXmlNamespaceResolver.GetNamespacesInScope メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このメンバーの詳細については、「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 オブジェクト。
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、XmlValidatingReader のインスタンスが IXmlNamespaceResolver インターフェイスにキャストされる場合のみ、使用できます。