共用方式為


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

傳回

如果支援 Type 則為 true,否則為 false

例外狀況

urinull

適用於