SupportsType()

XmlResolver::SupportsType(SharedPtr<Uri>, const TypeInfo&) method

Enables the resolver to return types other than Stream.

virtual bool System::Xml::XmlResolver::SupportsType(SharedPtr<Uri> absoluteUri, const TypeInfo &type)

Arguments

ParameterTypeDescription
absoluteUriSharedPtr<Uri>The URI.
typeconst TypeInfo&The type to return.

Return Value

true if the type is supported; otherwise, false.

See Also