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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight