System::Xml::XmlResolver::SupportsType metode

XmlResolver::SupportsType method

Mengizinkan resolver mengembalikan tipe selain Stream.

virtual bool System::Xml::XmlResolver::SupportsType(SharedPtr<Uri> absoluteUri, const TypeInfo &type)
ParameterTipeDeskripsi
absoluteUriSharedPtr<Uri>URI.
tipeconst TypeInfo&Tipe yang akan dikembalikan.

ReturnValue

true if the type is supported; otherwise, false.

Lihat Juga