IExtendedUIService2.IsSupportedType(Type) Method

Definition

Returns a value that indicates whether the specified type is supported in the current target .NET Framework version.

public:
 bool IsSupportedType(Type ^ type);
public bool IsSupportedType (Type type);
abstract member IsSupportedType : Type -> bool
Public Function IsSupportedType (type As Type) As Boolean

Parameters

type
Type

The type to check.

Returns

true if the specified type is supported in the current target .NET Framework version; otherwise, false.

Applies to