EventInfo.EventType 属性

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

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

语法

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

属性值

类型:Microsoft.VisualStudio.TestTools.UITest.Extension.UITestEventType
返回 UITestEventType

.NET Framework 安全性

请参见

参考

EventInfo 类

Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight 命名空间