XmlPreloadedResolver::SupportsType Method (Uri^, Type^)

 

Determines whether the resolver supports other Types than just Stream.

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

public:
virtual bool SupportsType(
	Uri^ absoluteUri,
	Type^ type
) override

Parameters

absoluteUri
Type: System::Uri^

The absolute URI to check.

type
Type: System::Type^

The Type to return.

Return Value

Type: System::Boolean

true if the Type is supported; otherwise, false.

Exception Condition
ArgumentNullException

uri is null.

.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Return to top
Show: