XmlPreloadedResolver.SupportsType(Uri, Type) Methode

Definitie

Bepaalt of de resolver andere Types ondersteunt dan alleen 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

Parameters

absoluteUri
Uri

De absolute URI die moet worden gecontroleerd.

type
Type

De Type terug te keren.

Retouren

trueals de Type wordt ondersteund; anders. false

Uitzonderingen

absoluteUri is null.

Van toepassing op