Freigeben über


XmlPreloadedResolver.SupportsType(Uri, Type) Methode

Definition

Bestimmt, ob der Resolver andere Type als nur Stream unterstützt.

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

Parameter

absoluteUri
Uri

Der absolute zu überprüfende URI.

type
Type

Die zurückzugebende Type.

Gibt zurück

true, wenn der Type unterstützt wird, andernfalls false.

Ausnahmen

uri ist null.

Gilt für: