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:
ShellBoost.Core.WindowsPropertySystem
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public PropertyType VarType { get; set; }
Property Value
Type:
PropertyTypeThe PropVariant type.
See Also