LifecycleSubject.GetStageNames(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取所有阶段编号及其相应名称的集合。
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
生命周期阶段类。
返回
所有阶段编号及其相应名称的集合。