Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets the items that are selected in the control.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public ListView.SelectedListViewItemCollection SelectedItems { get; }
public:
property ListView::SelectedListViewItemCollection^ SelectedItems {
ListView::SelectedListViewItemCollection^ get();
}
Public ReadOnly Property SelectedItems As ListView.SelectedListViewItemCollection
Property Value
Type: System.Windows.Forms.ListView.SelectedListViewItemCollection
A collection that contains the items that are selected in the control. If no items are currently selected, an empty collection is returned.
See Also
FilterableListView Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top