Partilhar via


Propriedade EventInfo.EventType

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (em Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.UITestEventType
Retorna UITestEventType.

Segurança do .NET Framework

Consulte também

Referência

EventInfo Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight