TestStepMarkerAction.StepId 属性

获取或设置标记步骤标识符。

命名空间:  Microsoft.VisualStudio.TestTools.UITest.Common
程序集:  Microsoft.VisualStudio.TestTools.UITest.Common(在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

语法

声明
Public Property StepId As Integer
    Get
    Set
public int StepId { get; set; }
public:
property int StepId {
    int get ();
    void set (int value);
}
member StepId : int with get, set
function get StepId () : int
function set StepId (value : int)

属性值

类型:System.Int32
标识符。

备注

设置此属性将引发 PropertyChanged 事件。

.NET Framework 安全性

请参见

参考

TestStepMarkerAction 类

Microsoft.VisualStudio.TestTools.UITest.Common 命名空间

PropertyChanged