ITestParameter.IsOutput 属性

 

获取一个值,该值指示参数是否为输出参数。

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

语法

bool IsOutput { get; }
property bool IsOutput {
    bool get();
}
abstract IsOutput : bool with get
ReadOnly Property IsOutput As Boolean

属性值

Type: System.Boolean

如果此参数是输出参数,则为 true;否则为 false

请参阅

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

返回页首