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

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

Méthodes publiques

Méthode Description
ViewModelAttribute ( Type viewModelType )

Initializes a new ViewModelAttribute instance.

Method Details

ViewModelAttribute() public méthode

Initializes a new ViewModelAttribute instance.
public ViewModelAttribute ( Type viewModelType )
viewModelType Type The type of the view model for the view.