XmlResolver.SupportsType(Uri, Type) Methode

Definitie

Hiermee kan de resolver andere typen retourneren dan 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

Parameters

absoluteUri
Uri

De URI.

type
Type

Het type dat moet worden geretourneerd.

Retouren

trueals de type wordt ondersteund; anders. false

Van toepassing op