Compartilhar via


Método IUITestEventNotify.Notify

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
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (em Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxe

'Declaração
Sub Notify ( _
    source As IUITechnologyElement, _
    target As IUITechnologyElement, _
    eventType As UITestEventType, _
    eventArgs As Object _
)
void Notify(
    IUITechnologyElement source,
    IUITechnologyElement target,
    UITestEventType eventType,
    Object eventArgs
)
void Notify(
    IUITechnologyElement^ source, 
    IUITechnologyElement^ target, 
    UITestEventType eventType, 
    Object^ eventArgs
)
abstract Notify : 
        source:IUITechnologyElement * 
        target:IUITechnologyElement * 
        eventType:UITestEventType * 
        eventArgs:Object -> unit 
function Notify(
    source : IUITechnologyElement, 
    target : IUITechnologyElement, 
    eventType : UITestEventType, 
    eventArgs : Object
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

IUITestEventNotify Interface

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension

IUITechnologyElement

UITestEventType