ShellListItemGetVariantValue Method |
Gets the value for the specified column as variant.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public override Object GetVariantValue(
SHCOLUMNID pColumnId,
bool pForceLoading
)
Public Overrides Function GetVariantValue (
pColumnId As SHCOLUMNID,
pForceLoading As Boolean
) As Object
public:
virtual Object^ GetVariantValue(
SHCOLUMNID pColumnId,
bool pForceLoading
) override
abstract GetVariantValue :
pColumnId : SHCOLUMNID *
pForceLoading : bool -> Object
override GetVariantValue :
pColumnId : SHCOLUMNID *
pForceLoading : bool -> Object
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:
ObjectThe variant value.
Remarks If pForceLoading is false only values that already been retrieved will be returned.
See Also