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>Der URI.
Typconst TypeInfo&Der zurückzugebende Typ.

ReturnValue

true if the type is supported; otherwise, false.

Siehe auch