System::Xml::XmlTextReader::GetNamespacesInScope Methode
XmlTextReader::GetNamespacesInScope method
Gibt eine Sammlung zurück, die alle derzeit im Gültigkeitsbereich befindlichen Namespaces enthält.
SharedPtr<Collections::Generic::IDictionary<String, String>> System::Xml::XmlTextReader::GetNamespacesInScope(XmlNamespaceScope scope) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| scope | XmlNamespaceScope | Ein XmlNamespaceScope Wert, der den Typ der zurückzugebenden Namespace‑Knoten angibt. |
ReturnValue
Ein IDictionary‑Objekt, das alle aktuell im Gültigkeitsbereich liegenden Namespaces enthält. Wenn der Reader nicht auf einem Element positioniert ist, wird ein leeres Wörterbuch (keine Namespaces) zurückgegeben.
Siehe auch
- Typedef SharedPtr
- Class IDictionary
- Class String
- Enum XmlNamespaceScope
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.Font for C++