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