Click or drag to resize

PropVariant Constructor (Object)

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

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

Parameters

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