CardRowSelectorViewModel.CreateItemCollectionOverride - метод |
Пространство имён:
Tessa.UI.Cards.Controls
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксисprotected override ViewModelCollection<CardRow, CardRowViewModel> CreateItemCollectionOverride(
IList<CardRow> itemsSource
)
Protected Overrides Function CreateItemCollectionOverride (
itemsSource As IList(Of CardRow)
) As ViewModelCollection(Of CardRow, CardRowViewModel)
protected:
virtual ViewModelCollection<CardRow^, CardRowViewModel^>^ CreateItemCollectionOverride(
IList<CardRow^>^ itemsSource
) override
abstract CreateItemCollectionOverride :
itemsSource : IList<CardRow> -> ViewModelCollection<CardRow, CardRowViewModel>
override CreateItemCollectionOverride :
itemsSource : IList<CardRow> -> ViewModelCollection<CardRow, CardRowViewModel>
Параметры
- itemsSource
- Тип: System.Collections.Generic.IList<CardRow>
Возвращаемое значение
Тип:
ViewModelCollection<CardRow,
CardRowViewModel>
См. также