Condividi tramite


Metodo UITestInterpreterCore.RaisePlaybackProgressEvent

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

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

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestInterpreterCore Classe

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