ITestPointProperties Interface
Represents the properties of a test point that are subject to change.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestPointProperties
public interface ITestPointProperties
public interface class ITestPointProperties
type ITestPointProperties = interface end
public interface ITestPointProperties
The ITestPointProperties type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Comment | Gets or sets a comment for the associated test point. |
![]() |
LastUpdated | Gets the date that this object was last updated. |
![]() |
LastUpdatedBy | Gets the identity of the last person to update this object. |
![]() |
MostRecentFailureType | Gets the most recent FailureType for the associated test point. |
![]() |
MostRecentResolutionStateId | Gets the ID for the most recent resolution state setting. |
![]() |
MostRecentResultId | Gets the ID of the most recent result setting. |
![]() |
MostRecentResultOutcome | Gets the most recent result outcome setting. |
![]() |
MostRecentResultState | Gets the most recent result state setting. |
![]() |
MostRecentRunId | Gets the most recent test run ID. |
![]() |
Revision | Gets the internal revision number of the associated test point. |
![]() |
State | Gets the current state of the associated test point. |
Top
Remarks
This interface supports the object model for Test Case management (TCM) in Visual Studio. This interface is not intended for you to implement in a custom class, but you can use this interface in a custom class if a TCM object returns an internal implementation.