Condividi tramite


IExtendedUIService2.IsSupportedType(Type) Metodo

Definizione

Restituisce un valore che indica se il tipo specificato è supportato nella versione corrente di .NET Framework.

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

Parametri

type
Type

Tipo da controllare.

Restituisce

true se il tipo specificato è supportato nella versione corrente di .NET Framework; in caso contrario, false.

Si applica a