XmlResolver.SupportsType(Uri, Type) 方法

定义

使解决程序能够返回 Stream 以外的类型。

public:
 virtual bool SupportsType(Uri ^ absoluteUri, Type ^ type);
public virtual bool SupportsType (Uri absoluteUri, Type? type);
public virtual bool SupportsType (Uri absoluteUri, Type type);
abstract member SupportsType : Uri * Type -> bool
override this.SupportsType : Uri * Type -> bool
Public Overridable Function SupportsType (absoluteUri As Uri, type As Type) As Boolean

参数

absoluteUri
Uri

URI。

type
Type

要返回的类型。

返回

Boolean

如果 type 受支持,则为 true;否则为 false

适用于