System::Xml::Resolvers::XmlPreloadedResolver::SupportsType method

XmlPreloadedResolver::SupportsType method

Determines whether the resolver supports other Types than just Stream.

bool System::Xml::Resolvers::XmlPreloadedResolver::SupportsType(SharedPtr<Uri> absoluteUri, const TypeInfo &type) override
ParameterTypeDescription
absoluteUriSharedPtr<Uri>The absolute URI to check.
typeconst TypeInfo&The Type to return.

ReturnValue

true if the Type is supported; otherwise, false.

See Also