ShellViewColumnsGetSHColumnIds Method |
Returns the columns the keys of the columns in collection.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public IList<SHCOLUMNID> GetSHColumnIds()
Public Function GetSHColumnIds As IList(Of SHCOLUMNID)
public:
IList<SHCOLUMNID>^ GetSHColumnIds()
member GetSHColumnIds : unit -> IList<SHCOLUMNID>
Return Value
Type:
IListSHCOLUMNIDA list of SHCOLUMNIDs
See Also