JamBaseShellListViewUsedShColumnIds Property |
Note: This API is now obsolete.
Returns an array of the currently used ShColumnIds.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
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()
Get
public:
[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 get
Property Value
Type:
SHCOLUMNIDSee Also