<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.6.25358.103" />

VARKIND

enum VARKIND
Specifies the variable type.

The VARDESC describes a symbolic constant. There is no memory associated with it.

The variable can only be accessed through IDispatch::Invoke.

The variable is a field or member of the type. It exists at a fixed offset within each instance of the type.

There is only one instance of the variable.