ITestPointProperties.MostRecentResolutionStateId 属性

获取最近的解决状态设置的 ID。

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

语法

声明
ReadOnly Property MostRecentResolutionStateId As Integer
    Get
int MostRecentResolutionStateId { get; }
property int MostRecentResolutionStateId {
    int get ();
}
abstract MostRecentResolutionStateId : int
function get MostRecentResolutionStateId () : int

属性值

类型:System.Int32
一个 int,其中包含最近的解决状态设置的 ID。

.NET Framework 安全性

请参见

参考

ITestPointProperties 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间