System::Xml::Resolvers::XmlPreloadedResolver::SupportsType Methode

XmlPreloadedResolver::SupportsType method

Bestimmt, ob der Resolver andere Typen als nur Stream unterstützt.

bool System::Xml::Resolvers::XmlPreloadedResolver::SupportsType(SharedPtr<Uri> absoluteUri, const TypeInfo &type) override
ParameterTypBeschreibung
absoluteUriSharedPtr<Uri>Die absolute URI zum Überprüfen.
Typconst TypeInfo\&Der Typ, der zurückgegeben werden soll.

ReturnValue

true if the Type is supported; otherwise, false.

Siehe auch