Class VBErrorValue
Represents an Error value.
public sealed record VBErrorValue : VBTypedValue, IEquatable<VBTypedValue>, IVBTypedValue<VBErrorValue, int>, IEquatable<IVBTypedValue<VBErrorValue, int>>, IEquatable<VBErrorValue>
- Inheritance
-
VBErrorValue
- Implements
- Inherited Members
Constructors
VBErrorValue(IBindingHandle)
public VBErrorValue(IBindingHandle handle)
Parameters
handleIBindingHandle
VBErrorValue(int)
public VBErrorValue(int value = 0)
Parameters
valueint
Properties
Size
The allocated size (in bytes) of this value.
public override int Size { get; }
Property Value
Value
Gets the underlying managed value corresponding to this typed value.
public int Value { get; }
Property Value
Methods
Equals(IVBTypedValue<VBErrorValue, int>?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(IVBTypedValue<VBErrorValue, int>? other)
Parameters
otherIVBTypedValue<VBErrorValue, int>An object to compare with this object.