Struct VBRuntimeVariantValue
Represents the managed value of a VBVariantValue
public readonly record struct VBRuntimeVariantValue : IEquatable<VBRuntimeVariantValue>
- Implements
- Inherited Members
Constructors
VBRuntimeVariantValue(VBVariantValueType, IBindingHandle)
Represents the managed value of a VBVariantValue
public VBRuntimeVariantValue(VBVariantValueType ValueType, IBindingHandle Handle)
Parameters
ValueTypeVBVariantValueTypeThe variant value type.
HandleIBindingHandleA handle to the value in the specified memory space.
Properties
Handle
A handle to the value in the specified memory space.
public IBindingHandle Handle { get; init; }
Property Value
ValueType
The variant value type.
public VBVariantValueType ValueType { get; init; }