XmlPreloadedResolver.SupportsType(Uri, Type) 方法

定义

确定解析程序是否仅支持其他TypeStream解析程序。

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 返回的。

返回

如果支持,则为 ;否则为 >。

例外

absoluteUrinull

适用于