TypeDescriptionProvider.IsSupportedType(Type) Metod

Definition

Hämtar ett värde som anger om den angivna typen är kompatibel med typbeskrivningen och dess typbeskrivningsproviders.

public:
 virtual bool IsSupportedType(Type ^ type);
public virtual bool IsSupportedType(Type type);
abstract member IsSupportedType : Type -> bool
override this.IsSupportedType : Type -> bool
Public Overridable Function IsSupportedType (type As Type) As Boolean

Parametrar

type
Type

Typ som ska testas för kompatibilitet.

Returer

true if type is compatible with the type description and its chain of type description providers;wise, false.

Undantag

type är null.

Gäller för