System::Xml::XmlResolver::SupportsType metodo

XmlResolver::SupportsType method

Consente al resolver di restituire tipi diversi da Stream.

virtual bool System::Xml::XmlResolver::SupportsType(SharedPtr<Uri> absoluteUri, const TypeInfo &type)
ParametroTipoDescrizione
absoluteUriSharedPtr<Uri>L’URI.
tipoconst TypeInfo&Il tipo da restituire.

ReturnValue

true if the type is supported; otherwise, false.

Vedi anche