Modifier

TypeDescriptionProvider.IsSupportedType(Type) Method

Definition

Gets a value that indicates whether the specified type is compatible with the type description and its chain of type description providers.

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

Parameters

type
Type

The type to test for compatibility.

Returns

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

Exceptions

type is null.

Applies to