Click or drag to resize

ShellListItemGetVariantValue Method

Gets the value for the specified column as variant.

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

Parameters

pColumnId  SHCOLUMNID
Identifier for the column.
pForceLoading  Boolean
true to force loading if the value has not yet been cached.

Return Value

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