ShellBrowserGetColumnText(SHCOLUMNID, Boolean, Object) Method |
Returns the text which would be displayed in the Details view of the Windows Explorer as String and Variant.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 SHCOLUMNID
- SHCOLUMNID of the column.
- p_Header Boolean
- true, if the column header text should be returned.
false if the text for the currently active item should be returned.
- oVariant Object
- Returns the Variant that holds the column text information.
Return Value
StringThe text to display as String and Variant.
See Also