Constants.vbSingle Campo
Definição
public: Microsoft::VisualBasic::VariantType vbSingle = 4;
public const Microsoft.VisualBasic.VariantType vbSingle = 4;
val mutable vbSingle : Microsoft.VisualBasic.VariantType
Public Const vbSingle As VariantType = 4
Valor do campo
Comentários
Ao chamar a função VarType, você pode usar membros de enumeração no código em lugar dos valores reais.When you call the VarType function, you can use enumeration members in your code in place of the actual values.
A enumeração VariantType define constantes usadas para identificar tipos Variant possíveis.The VariantType enumeration defines constants used to identify possible Variant types. A tabela a seguir lista os VariantType membros de enumeração.The following table lists the VariantType enumeration members.