System::Xml::XmlTextReader::GetNamespacesInScope メソッド

XmlTextReader::GetNamespacesInScope method

現在スコープ内にあるすべての名前空間を含むコレクションを返します。

SharedPtr<Collections::Generic::IDictionary<String, String>> System::Xml::XmlTextReader::GetNamespacesInScope(XmlNamespaceScope scope) override
パラメーター説明
scopeXmlNamespaceScope返す名前空間ノードのタイプを指定する XmlNamespaceScope 値です。

ReturnValue

現在スコープ内のすべての名前空間を含む IDictionary オブジェクトです。リーダーが要素に位置していない場合、空のディクショナリ(名前空間なし)が返されます。

参照