Returns the
OpcLabs.BaseLib.ComInterop.VarType of the elements encompassed by the current array.
[CanBeNull()]
VarType GetElementType()
[CanBeNull()]
VarType^ GetElementType();
'Declaration
<CanBeNullAttribute()>
Function GetElementType() As VarType
'Usage
Dim instance As _VarType
Dim value As VarType
value = instance.GetElementType()
Return Value
The
OpcLabs.BaseLib.ComInterop.VarType of the elements encompassed by the current array, or
null
if the current
OpcLabs.BaseLib.ComInterop.VarType is not an array.
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also