DataBinder.IsBindableType(Type) Método
Definição
Determina se o tipo de dados especificado pode ser associado.Determines whether the specified data type can be bound.
public:
static bool IsBindableType(Type ^ type);
public static bool IsBindableType (Type type);
static member IsBindableType : Type -> bool
Public Shared Function IsBindableType (type As Type) As Boolean
Parâmetros
- type
- Type
Um Type que representa o tipo de dados a ser testado.A Type that represents the data type to test.
Retornos
true para tipos que podem ser automaticamente associados a dados nos controles, caso contrário, false.true for types that can be automatically data bound in controls; otherwise, false.