System::Xml::Resolvers::XmlPreloadedResolver::SupportsType method

XmlPreloadedResolver::SupportsType method

يحدد ما إذا كان المحلّل يدعم أنواعاً أخرى غير Stream فقط.

bool System::Xml::Resolvers::XmlPreloadedResolver::SupportsType(SharedPtr<Uri> absoluteUri, const TypeInfo &type) override
ParameterTypeالوصف
The type of object to return. The current version only returns Stream objects.SharedPtr<Uri>URI المطلق للتحقق منه.
نوعconst TypeInfo&النوع المراد إرجاعه.

ReturnValue

true if the Type is supported; otherwise, false.

انظر أيضًا