Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlValidatingReader::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 IXmlNamespaceResolver::GetNamespacesInScope.

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

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

Parameters

scope
Type: System.Xml::XmlNamespaceScope

An XmlNamespaceScope object that identifies the scope of the reader.

Return Value

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

An T:System.Collections.IDictionary object that identifies the namespaces in scope.

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

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft