Constants.vbNull 字段

定义

指示变量对象的类型为 Nothing。 由 VarType 函数返回。

public: Microsoft::VisualBasic::VariantType vbNull = 1;
public const Microsoft.VisualBasic.VariantType vbNull = 1;
val mutable vbNull : Microsoft.VisualBasic.VariantType
Public Const vbNull As VariantType  = 1

字段值

Value = 1

注解

调用 VarType 函数时,可以在代码中使用枚举成员来代替实际值。

枚举 VariantType 定义用于标识可能 Variant 类型的常量。 下表列出了 VariantType 枚举成员。

适用于

另请参阅