XmlResolver.SupportsType(Uri, Type) Metoda

Definice

Umožňuje překladače vrátit jiné typy než 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

Identifikátor URI.

type
Type

Typ, který se má vrátit.

Návraty

Boolean

true pokud je podporováno type ; falsejinak .

Platí pro