System::Xml::XPath::XPathNavigator::GetNamespacesInScope Methode

XPathNavigator::GetNamespacesInScope method

Gibt die im Geltungsbereich liegenden Namensräume des aktuellen Knotens zurück.

SharedPtr<Collections::Generic::IDictionary<String, String>> System::Xml::XPath::XPathNavigator::GetNamespacesInScope(XmlNamespaceScope scope) override
ParameterTypBeschreibung
scopeXmlNamespaceScopeEin XmlNamespaceScope Wert, der die zurückzugebenden Namespaces angibt.

ReturnValue

Eine IDictionary‑Sammlung von Namespace‑Namen, die nach Präfix indiziert sind.

Siehe auch