XmlResolver.SupportsType(Uri, Type) Metoda

Definicja

Umożliwia rozpoznawanie zwraca typów innych niż 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

Parametry

absoluteUri
Uri

Identyfikator URI.

type
Type

Typ, który ma być zwracany.

Zwraca

Boolean

true jeśli parametr type jest obsługiwany; w przeciwnym razie false.

Dotyczy