System::Xml::XmlResolver::SupportsType Methode

XmlResolver::SupportsType method

Ermöglicht dem Resolver, Typen zurückzugeben, die nicht Stream sind.

virtual bool System::Xml::XmlResolver::SupportsType(SharedPtr<Uri> absoluteUri, const TypeInfo &type)
ParameterTypBeschreibung
absoluteUriSharedPtr<Uri>Die URI.
Typconst TypeInfo\&Der Typ, der zurückgegeben werden soll.

ReturnValue

true if the type is supported; otherwise, false.

Siehe auch