Click or drag to resize

PropVariantVarType Property

Gets or sets the PropVariant type. Use the setter with caution, it's used for rare cases, for example if you want to force VT_BLOB instead of VT_UI1 | VT_VECTOR.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public PropertyType VarType { get; set; }

Property Value

Type: PropertyType
The PropVariant type.
See Also