WorkItemType.GetNextState 方法

获取基于当前状态和指定的事件的此工作项类型下一个状态。

命名空间:  Microsoft.TeamFoundation.WorkItemTracking.Client
程序集:  Microsoft.TeamFoundation.WorkItemTracking.Client(在 Microsoft.TeamFoundation.WorkItemTracking.Client.dll 中)

语法

声明
Public Function GetNextState ( _
    currentState As String, _
    action As String _
) As String
public string GetNextState(
    string currentState,
    string action
)

参数

  • currentState
    类型:System.String
    此工作项类型的当前状态。

返回值

类型:System.String
此工作项类型下一个状态。

异常

异常 条件
ArgumentNullException

至少一个参数为 null。

.NET Framework 安全性

请参见

参考

WorkItemType 类

Microsoft.TeamFoundation.WorkItemTracking.Client 命名空间