ITestResultParameter.ExpectedValue 属性

 

此 API 支持 产品 基础结构,不能在代码中直接使用。

获取属性的预期值。

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

语法

string ExpectedValue { get; set; }
property String^ ExpectedValue {
    String^ get();
    void set(String^ value);
}
abstract ExpectedValue : string with get, set
Property ExpectedValue As String

属性值

Type: System.String

string 形式的属性的预期值。

请参阅

ITestResultParameter 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首