Click or drag to resize

ShellListItemGetVariantValue Method

Gets the value for the specified column as variant.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public override Object GetVariantValue(
	SHCOLUMNID pColumnId,
	bool pForceLoading
)

Parameters

pColumnId
Type: Jam.ShellSHCOLUMNID
Identifier for the column.
pForceLoading
Type: SystemBoolean
true to force loading if the value has not yet been cached.

Return Value

Type: Object
The variant value.
Remarks
If pForceLoading is false only values that already been retrieved will be returned.
See Also