System::Xml::XmlTextReader::GetNamespacesInScope-methode
XmlTextReader::GetNamespacesInScope method
Retourneert een collectie die alle momenteel in scope zijnde namespaces bevat.
SharedPtr<Collections::Generic::IDictionary<String, String>> System::Xml::XmlTextReader::GetNamespacesInScope(XmlNamespaceScope scope) override
| Parameter | Type | Beschrijving |
|---|---|---|
| scope | XmlNamespaceScope | Een XmlNamespaceScope waarde die het type namespace-knooppunten specificeert dat moet worden geretourneerd. |
ReturnValue
Een IDictionary-object dat alle huidige in-scope namespaces bevat. Als de lezer niet op een element is gepositioneerd, wordt een lege dictionary (geen namespaces) geretourneerd.
Zie ook
- Typedef SharedPtr
- Class IDictionary
- Class String
- Enum XmlNamespaceScope
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.Page for C++