XmlResolver.SupportsType(Uri, Type) Methode

Definition

Erlaubt dem Resolver, andere Typen als Stream zurückzugeben.

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

Parameter

absoluteUri
Uri

Der URI.

type
Type

Der Typ, der zurückgegeben wird.

Gibt zurück

Boolean

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

Gilt für