XmlPreloadedResolver.SupportsType(Uri, Type) 方法

定义

确定解析器是否支持其他的 Type 而不是仅仅支持 Stream

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

参数

absoluteUri
Uri

要检查的绝对 URI。

type
Type

要返回的 Type

返回

Boolean

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

例外

urinull

适用于