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.

另见