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

生命周期阶段类。

返回

所有阶段编号及其相应名称的集合。

适用于

另请参阅