Метод System::Xml::XmlResolver::SupportsType

XmlResolver::SupportsType method

Позволяет разрешателю возвращать типы, отличные от Stream.

virtual bool System::Xml::XmlResolver::SupportsType(SharedPtr<Uri> absoluteUri, const TypeInfo &type)
ПараметрТипОписание
absoluteUriSharedPtr<Uri>URI.
типconst TypeInfo&Тип для возврата.

ReturnValue

true if the type is supported; otherwise, false.

См. также