Overload | Description |
---|---|
VarType Constructor() | Initializes a new instance of the class to the Empty type (VT_EMPTY). |
VarType Constructor(VarType) | Initializes a new instance of the class to the value indicated by another VarType. |
VarType Constructor(VarTypes) | Initializes a new instance of the class to the value indicated by an enumerated value. |
VarType Constructor(Int32) | Initializes a new instance of the class to the value indicated by an integer value. |