Constants.vbInteger 欄位

定義

表示變體物件的類型為 Integer。 由函式回傳 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

欄位值

Value = 3

備註

當你呼叫這個函式時 VarType ,你可以在程式碼中使用枚舉成員來取代實際的值。

VariantType 舉定義了用來識別可能 Variant 類型所用的常數。 下表列出 VariantType 了列舉成員。

適用於

另請參閱