Click or drag to resize

PropVariant Constructor (Object)

Initializes a new instance of the PropVariant class with a value.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public PropVariant(
	Object value
)

Parameters

value
Type: SystemObject
The value to store in the PropVariant.
See Also