SupportsType()

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

Determines whether the resolver supports other Types than just Stream.

bool System::Xml::Resolvers::XmlPreloadedResolver::SupportsType(SharedPtr<Uri> absoluteUri, const TypeInfo &type) override

Arguments

ParameterTypeDescription
absoluteUriSharedPtr<Uri>The absolute URI to check.
typeconst TypeInfo&The Type to return.

Return Value

true if the Type is supported; otherwise, false.

See Also