C# Class Windows.Mvvm.Services.Navigation.ViewModelAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: lecode-official/mvvm-framework Class Usage Examples

Méthodes publiques

Méthode Description
ViewModelAttribute ( Type viewModelType ) : System

Initializes a new ViewModelAttribute instance.

Method Details

ViewModelAttribute() public méthode

Initializes a new ViewModelAttribute instance.
public ViewModelAttribute ( Type viewModelType ) : System
viewModelType System.Type The type of the view model for the view.
Résultat System