MmcListView.Sort Method
This member is overloaded. For more information about this member, including syntax, click a name in the overload list.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Overload List
Name | Description | |
---|---|---|
Sort(Int32) | Initiates sorting on the column that has the specified index. Sorting is performed in an ascending order. A sort icon is displayed in the column header. |
|
Sort(Int32, Boolean) | Initiates sorting on the column that has the specified index in the specified order. A sort icon is displayed in the column header. |
|
Sort(Int32, Boolean, Boolean) | Initiates sorting on the column that has the specified index in a specified order and uses a parameter to select whether a sort icon should be displayed in the column header. |
See Also
MmcListView Class
Microsoft.ManagementConsole Namespace
Return to top