ITestSuiteBase.Refresh 方法 (Boolean)

 

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

语法

void Refresh(
    bool force
)
void Refresh(
    bool force
)
abstract Refresh : 
        force:bool -> unit
Sub Refresh (
    force As Boolean
)

参数

  • force
    Type: System.Boolean

    true 指示已过时的任何套件强制进行更新。

请参阅

Refresh 重载
ITestSuiteBase 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首