XmlResolver.SupportsType(Uri, Type) Méthode

Définition

Permet au programme de résolution de retourner d’autres types que 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

Paramètres

absoluteUri
Uri

URI.

type
Type

Type à retourner.

Retours

Boolean

true si le type est pris en charge ; sinon false.

S’applique à