Condividi tramite


Constants.vbInteger Campo

Definizione

Indica che il tipo di un oggetto variant è Integer. Restituito dalla funzione VarType.

public: Microsoft::VisualBasic::VariantType vbInteger = 3;
public const Microsoft.VisualBasic.VariantType vbInteger = 3;
val mutable vbInteger : Microsoft.VisualBasic.VariantType
Public Const vbInteger As VariantType  = 3

Valore del campo

Value = 3

Commenti

Quando si chiama la VarType funzione, è possibile usare i membri di enumerazione nel codice al posto dei valori effettivi.

L'enumerazione VariantType definisce costanti usate per identificare i tipi possibili Variant . Nella tabella seguente sono elencati i membri dell'enumerazione VariantType .

Si applica a

Vedi anche