Variant Members
Include Protected Members
Include Inherited Members
Represents an object that can be interpreted as more than one type.
The Variant type exposes the following members.
Methods
Name
Description
Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Returns the hash code for this instance. (Inherited from ValueType.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Interprets the Variant object's value as a Unicode character if the variant type is VT_UI2.
Returns the fully qualified type name of this instance. (Inherited from ValueType.)
Converts the given variant object to a Variant class object.
Top
Properties
Name
Description
Determines the value of this Variant object.
Determines the type of the Variant object.
Top