ITestResolutionStateHelper 接口

 

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

语法

public interface ITestResolutionStateHelper
public interface class ITestResolutionStateHelper
type ITestResolutionStateHelper = interface end
Public Interface ITestResolutionStateHelper

方法

名称 说明
System_CAPS_pubmethod Create()

Returns a new resolution state object.

System_CAPS_pubmethod CreateFromFile(String)

Creates a test resolution state object from an XML file.

System_CAPS_pubmethod Export(IEnumerable<ITestResolutionState>, String)

System_CAPS_pubmethod Find(Int32)

Returns a specified test resolution state object.

System_CAPS_pubmethod ImportFromFile(String)

System_CAPS_pubmethod Query()

Returns all test resolution state objects that are defined for the current team project.

备注

这里不会更新任何内容;请不要在这里添加材料。

请参阅

Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首