XmlNodeReader::IXmlNamespaceResolver::GetNamespacesInScope Method (XmlNamespaceScope)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

For a description of this member, see GetNamespacesInScope.

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

private:
virtual IDictionary<String^, String^>^ GetNamespacesInScope(
	XmlNamespaceScope scope
) sealed = IXmlNamespaceResolver::GetNamespacesInScope

Return Value

Type: System.Collections.Generic::IDictionary<String^, String^>^

IDictionary object that contains the namespaces that are in scope.

This member is an explicit interface member implementation. It can be used only when the XmlNodeReader instance is cast to an IXmlNamespaceResolver interface.

.NET Framework
Available since 2.0
Return to top
Show: