Создаёт экземпляр класса с указанием информации по загружаемым секциям карточки.
Пространство имён:
Tessa.Cards.ComponentModel
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public CardLoader(
CardLoaderSectionInfo[] sectionsInfo,
CardSection[] virtualSections
)
Public Sub New (
sectionsInfo As CardLoaderSectionInfo(),
virtualSections As CardSection()
)
public:
CardLoader(
array<CardLoaderSectionInfo^>^ sectionsInfo,
array<CardSection^>^ virtualSections
)
new :
sectionsInfo : CardLoaderSectionInfo[] *
virtualSections : CardSection[] -> CardLoader
Параметры
- sectionsInfo
- Тип: Tessa.Cards.ComponentModelCardLoaderSectionInfo
Информация по загружаемым секциям карточки. - virtualSections
- Тип: Tessa.CardsCardSection
Виртуальные секции карточки.
См. также