System::Xml::Resolvers::XmlPreloadedResolver::SupportsType メソッド

XmlPreloadedResolver::SupportsType method

このリゾルバがストリーム以外の他の型をサポートしているかどうかを判定します。

bool System::Xml::Resolvers::XmlPreloadedResolver::SupportsType(SharedPtr<Uri> absoluteUri, const TypeInfo &type) override
パラメーター説明
absoluteUriSharedPtr<Uri>チェックする絶対 URI。
const TypeInfo&返す Type

ReturnValue

true if the Type is supported; otherwise, false.

参照