Click or drag to resize

ShellListBaseItemGetVariantValue Method

Gets the value for the specified column as variant.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public virtual 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

The base version will not return null except for the Name column if pForceLoading is false. Only derived classes have cached values that can be returned without loading the value from the system.

Only for Vista and later.

See Also