TestStepMarkerAction.Disabled 属性

 

获取或设置一个值,该值指示是否禁用标记。

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

语法

public bool Disabled { get; set; }
public:
property bool Disabled {
    bool get();
    void set(bool value);
}
member Disabled : bool with get, set
Public Property Disabled As Boolean

属性值

Type: System.Boolean

如果标记已禁用,则为 true;否则为 false

备注

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

请参阅

PropertyChanged
TestStepMarkerAction 类
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间

返回页首