JamBaseShellListViewUsedShColumnIds Property |
Property is obsolete. Don't use it.
Returns an array of the currently used ShColumnIds.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax[ObsoleteAttribute("Property is obsolete. Don't use it.")]
public SHCOLUMNID[] UsedShColumnIds { get; }<ObsoleteAttribute("Property is obsolete. Don't use it.")>
Public ReadOnly Property UsedShColumnIds As SHCOLUMNID()
Getpublic:
[ObsoleteAttribute(L"Property is obsolete. Don't use it.")]
property array<SHCOLUMNID>^ UsedShColumnIds {
array<SHCOLUMNID>^ get ();
}[<ObsoleteAttribute("Property is obsolete. Don't use it.")>]
member UsedShColumnIds : SHCOLUMNID[] with getProperty Value
SHCOLUMNID
See Also