Condividi tramite


Metodo UITestInterpreterCore.RaisePlaybackProgressEvent (UITestProgressEventArgs)

 

Generare l'evento dello stato di avanzamento della riproduzione.

Spazio dei nomi:   Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

protected internal void RaisePlaybackProgressEvent(
    UITestProgressEventArgs arg
)
public protected:
void RaisePlaybackProgressEvent(
    UITestProgressEventArgs^ arg
)
member RaisePlaybackProgressEvent : 
        arg:UITestProgressEventArgs -> unit
Protected Friend Sub RaisePlaybackProgressEvent (
    arg As UITestProgressEventArgs
)

Parametri

  • arg

Vedere anche

Classe UITestInterpreterCore
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.CodeGeneration

Torna all'inizio