Interface IViewModelStatus
画面遷移を行うビューモデルの処理状況のプロパティのインターフェイス。
Namespace: MakCraft.Behaviors.Interfaces
Assembly: MakViewModelBaseCore.dll
Syntax
public interface IViewModelStatus
Properties
| Improve this Doc View SourceCurrentStatus
画面遷移を行うビューモデルの処理状況。
Declaration
ViewModelStatus CurrentStatus { get; set; }
Property Value
Type | Description |
---|---|
ViewModelStatus |