System::Xml::XmlResolver::SupportsType method

XmlResolver::SupportsType method

Enables the resolver to return types other than Stream.

virtual bool System::Xml::XmlResolver::SupportsType(SharedPtr<Uri> absoluteUri, const TypeInfo &type)
ParameterTypeDescription
absoluteUriSharedPtr<Uri>The URI.
typeconst TypeInfo&The type to return.

ReturnValue

true if the type is supported; otherwise, false.

See Also