Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
The ListViewMode enumeration is used by the View.ListViewMode property to define the list view. The list view can contain small icons, large icons, a simple list, a detailed list, or a filtered list. This enumeration applies to the MMC 2.0 Automation Object Model.
Syntax
typedef enum ListViewMode {
ListMode_Small_Icons = 0,
ListMode_Large_Icons,
ListMode_List,
ListMode_Detail,
ListMode_Filtered
} _ListViewMode, LISTVIEWMODE, *PLISTVIEWMODE;
Constants
ListMode_Small_IconsValue: 0 The list view is displayed with small icons. |
ListMode_Large_IconsThe list view is displayed with large icons. |
ListMode_ListA simple list view is displayed. |
ListMode_DetailA detailed list view is displayed. |
ListMode_FilteredA filtered list view is displayed. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | mmcobj.h |