次の方法で共有


LifecycleSubject.GetStageNames(Type) メソッド

定義

すべてのステージ番号とそれに対応する名前のコレクションを取得します。

protected static System.Collections.Immutable.ImmutableDictionary<int,string> GetStageNames (Type type);
static member GetStageNames : Type -> System.Collections.Immutable.ImmutableDictionary<int, string>
Protected Shared Function GetStageNames (type As Type) As ImmutableDictionary(Of Integer, String)

パラメーター

type
Type

ライフサイクル ステージ クラス。

戻り値

すべてのステージ番号とそれに対応する名前のコレクション。

適用対象

こちらもご覧ください