次の方法で共有


StateMachine<TReturn>.StartState プロパティ

定義

この型/メンバーは、.NET Framework インフラストラクチャをサポートしており、コードから直接使用することを意図したものではありません。マシンの開始状態を取得します。

protected abstract System.Web.Razor.StateMachine<TReturn>.State StartState { get; }
member this.StartState : System.Web.Razor.StateMachine<'Return>.State
Protected MustOverride ReadOnly Property StartState As StateMachine(Of TReturn).State

プロパティ値

マシンの開始状態。

適用対象