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