LifecycleSubject.GetStageNames(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of all stage numbers and their corresponding names.
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)
Parameters
- type
- Type
The lifecycle stage class.
Returns
The collection of all stage numbers and their corresponding names.