共用方式為


ITestRun.AddTestPoint 方法

命名空間:  Microsoft.TeamFoundation.TestManagement.Client
組件:  Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

語法

'宣告
Sub AddTestPoint ( _
    point As ITestPoint, _
    owner As TeamFoundationIdentity _
)
void AddTestPoint(
    ITestPoint point,
    TeamFoundationIdentity owner
)
void AddTestPoint(
    ITestPoint^ point, 
    TeamFoundationIdentity^ owner
)
abstract AddTestPoint : 
        point:ITestPoint * 
        owner:TeamFoundationIdentity -> unit
function AddTestPoint(
    point : ITestPoint, 
    owner : TeamFoundationIdentity
)

參數

  • owner
    類型:TeamFoundationIdentity

.NET Framework 安全性

請參閱

參考

ITestRun 介面

Microsoft.TeamFoundation.TestManagement.Client 命名空間