FileControlSelectedItems - свойство |
Список выбранных моделей представления файлов, отображаемый в элементе управления.
Пространство имён:
Tessa.UI.Files
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксисpublic ReadOnlyNotificationCollection<IFileViewModel> SelectedItems { get; }Public ReadOnly Property SelectedItems As ReadOnlyNotificationCollection(Of IFileViewModel)
Get
public:
virtual property ReadOnlyNotificationCollection<IFileViewModel^>^ SelectedItems {
ReadOnlyNotificationCollection<IFileViewModel^>^ get () sealed;
}abstract SelectedItems : ReadOnlyNotificationCollection<IFileViewModel> with get
override SelectedItems : ReadOnlyNotificationCollection<IFileViewModel> with get
Значение свойства
Тип:
ReadOnlyNotificationCollectionIFileViewModelРеализации
IFileControlSelectedItems
Заметки
Значение свойства никогда не равно null.
См. также