System::Xml::XPath::XPathNavigator::GetNamespacesInScope method

XPathNavigator::GetNamespacesInScope method

Mengembalikan namespace dalam lingkup node saat ini.

SharedPtr<Collections::Generic::IDictionary<String, String>> System::Xml::XPath::XPathNavigator::GetNamespacesInScope(XmlNamespaceScope scope) override
ParameterTipeDeskripsi
scopeXmlNamespaceScopeSebuah nilai XmlNamespaceScope yang menentukan namespace yang akan dikembalikan.

ReturnValue

Koleksi IDictionary dari nama namespace yang diindeks oleh prefiks.

Lihat Juga