System::Xml::XmlResolver::SupportsType método

XmlResolver::SupportsType method

Permite que el resolvedor devuelva tipos diferentes a Stream.

virtual bool System::Xml::XmlResolver::SupportsType(SharedPtr<Uri> absoluteUri, const TypeInfo &type)
ParámetroTipoDescripción
absoluteUriSharedPtr<Uri>El URI.
tipoconst TypeInfo&El tipo a devolver.

ReturnValue

true if the type is supported; otherwise, false.

Ver también