KeyDataViewType.IsValidDataType(Type) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne true iff que le type donné est valide pour un KeyDataViewType. Les types entiers valides sont Byte, , UInt16UInt32et UInt64, c’est-à-dire, les types entiers non signés.
public static bool IsValidDataType (Type type);
static member IsValidDataType : Type -> bool
Public Shared Function IsValidDataType (type As Type) As Boolean
Paramètres
- type
- Type