UITestInterpreterCore.RaisePlaybackProgressEvent Method
Raise playback progress event.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
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
)
Parameters
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace