BrowserAction.ActionType 属性

获取或设置操作的类型。

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

语法

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

属性值

类型:Microsoft.VisualStudio.TestTools.UITest.Common.BrowserActionType
操作类型。

备注

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

.NET Framework 安全性

请参见

参考

BrowserAction 类

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

BrowserActionType

PropertyChanged