ShellBrowserGetColumnText Method (SHCOLUMNID, Boolean, Object) |
Returns the text which would be displayed in the Details view of the Windows Explorer as String and Variant.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public string GetColumnText(
SHCOLUMNID p_ColumnId,
bool p_Header,
out Object oVariant
)
Public Function GetColumnText (
p_ColumnId As SHCOLUMNID,
p_Header As Boolean,
<OutAttribute> ByRef oVariant As Object
) As String
public:
String^ GetColumnText(
SHCOLUMNID p_ColumnId,
bool p_Header,
[OutAttribute] Object^% oVariant
)
member GetColumnText :
p_ColumnId : SHCOLUMNID *
p_Header : bool *
oVariant : Object byref -> string
Parameters
- p_ColumnId
- Type: Jam.ShellSHCOLUMNID
SHCOLUMNID of the column. - p_Header
- Type: SystemBoolean
true, if the column header text should be returned.
false if the text for the currently active item should be returned.
- oVariant
- Type: SystemObject
Returns the Variant that holds the column text information.
Return Value
Type:
StringThe text to display as String and Variant.
See Also