共用方式為


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 命名空間