PROPVARIANT class base Struct
The PROPVARIANT structure is used in the ReadMultiple and WriteMultiple methods of IPropertyStorage to define the type tag and the value of a property in a property set.
- Inheritance
-
- Object
- NativeType
- Struct
- PROPVARIANT
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- val1 ↔ int
-
read / write
- val2 ↔ int
-
read / write
- vt ↔ int
-
read / write
- wReserved1 ↔ int
-
read / write
- wReserved2 ↔ int
-
read / write
- wReserved3 ↔ int
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited