AboutShellPageViewModel - конструктор |
Пространство имён:
Tessa.UI.AppManager
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public AboutShellPageViewModel(
Func<AboutViewModel> aboutViewModelFactory
)
Public Sub New (
aboutViewModelFactory As Func(Of AboutViewModel)
)
public:
AboutShellPageViewModel(
Func<AboutViewModel^>^ aboutViewModelFactory
)
new :
aboutViewModelFactory : Func<AboutViewModel> -> AboutShellPageViewModel
Параметры
- aboutViewModelFactory
- Тип: SystemFuncAboutViewModel
The about view model factory.
См. также