XmlResolver.SupportsType(Uri, Type) Méthode

Définition

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

The URI.

type
Type

Type à retourner.

Retours

true si la valeur type est prise en charge ; sinon, false.

S’applique à