System::Xml::XmlNamespaceManager::GetNamespacesInScope 方法
XmlNamespaceManager::GetNamespacesInScope method
返回一个以前缀为键的命名空间名称集合,可用于枚举当前作用域中的命名空间。
SharedPtr<Collections::Generic::IDictionary<String, String>> System::Xml::XmlNamespaceManager::GetNamespacesInScope(XmlNamespaceScope scope) override
| Parameter | Type | 描述 |
|---|---|---|
| 作用域 | XmlNamespaceScope | 一个枚举值,指定要返回的命名空间节点类型。 |
ReturnValue
当前作用域内的命名空间和前缀对的集合。
另见
- Typedef SharedPtr
- Class IDictionary
- Class String
- Enum XmlNamespaceScope
- Class XmlNamespaceManager
- Namespace System::Xml
- Library Aspose.Page for C++