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.

参照