ShellListBaseItemGetVariantValue Method |
Gets the value for the specified column as variant.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public virtual Object GetVariantValue(
SHCOLUMNID pColumnId,
bool pForceLoading
)
Public Overridable Function GetVariantValue (
pColumnId As SHCOLUMNID,
pForceLoading As Boolean
) As Object
public:
virtual Object^ GetVariantValue(
SHCOLUMNID pColumnId,
bool pForceLoading
)
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 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