System::Xml::XmlNamespaceManager::GetNamespacesInScope method
XmlNamespaceManager::GetNamespacesInScope method
Retourneert een collectie van namespace-namen, geïndexeerd op prefix, die kan worden gebruikt om de momenteel in scope zijnde namespaces te enumereren.
SharedPtr<Collections::Generic::IDictionary<String, String>> System::Xml::XmlNamespaceManager::GetNamespacesInScope(XmlNamespaceScope scope) override
| Parameter | Type | Beschrijving |
|---|---|---|
| bereik | XmlNamespaceScope | Een enumeratiewaarde die het type namespace‑knooppunten specificeert dat moet worden geretourneerd. |
ReturnValue
Een collectie van namespace‑ en prefixparen die momenteel in scope zijn.
Zie ook
- Typedef SharedPtr
- Class IDictionary
- Class String
- Enum XmlNamespaceScope
- Class XmlNamespaceManager
- Namespace System::Xml
- Library Aspose.Page for C++