共用方式為


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

生命週期階段類別。

傳回

所有階段編號及其對應名稱的集合。

適用於

另請參閱