System::Xml::IXmlNamespaceResolver::GetNamespacesInScope 方法
IXmlNamespaceResolver::GetNamespacesInScope method
返回当前作用域中已定义的前缀-命名空间映射集合。
virtual SharedPtr<Collections::Generic::IDictionary<String, String>> System::Xml::IXmlNamespaceResolver::GetNamespacesInScope(XmlNamespaceScope scope)=0
| 参数 | 类型 | 描述 |
|---|---|---|
| scope | XmlNamespaceScope | 一个 XmlNamespaceScope 值,指定要返回的命名空间节点类型。 |
ReturnValue
一个包含当前作用域内命名空间的 IDictionary 集合。
另见
- Typedef SharedPtr
- Class IDictionary
- Class String
- Enum XmlNamespaceScope
- Class IXmlNamespaceResolver
- Namespace System::Xml
- Library Aspose.Font for C++