System::Xml::XmlTextReader::GetNamespacesInScope メソッド
XmlTextReader::GetNamespacesInScope method
現在スコープ内にあるすべての名前空間を含むコレクションを返します。
SharedPtr<Collections::Generic::IDictionary<String, String>> System::Xml::XmlTextReader::GetNamespacesInScope(XmlNamespaceScope scope) override
| パラメーター | 型 | 説明 |
|---|---|---|
| scope | XmlNamespaceScope | 返す名前空間ノードのタイプを指定する XmlNamespaceScope 値です。 |
ReturnValue
現在スコープ内のすべての名前空間を含む IDictionary オブジェクトです。リーダーが要素に位置していない場合、空のディクショナリ(名前空間なし)が返されます。
参照
- Typedef SharedPtr
- Class IDictionary
- Class String
- Enum XmlNamespaceScope
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.Page for C++