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

適用対象