This documentation is archived and is not being maintained.
WorkItemType::GetNextState Method
Visual Studio 2013
Gets the next state of this work item type based on the current state and the specified action.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Parameters
- currentState
- Type: System::String
The current state of this work item type.
- action
- Type: System::String
The action to be taken.
| Exception | Condition |
|---|---|
| ArgumentNullException | At least one parameter is null. |
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: