OrderOfInvoke.Initialize Method
Clears the OrderMap and OrderMapPlayback properties and turns off resetting the cache at the end of every recording and playback session.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Shared Sub Initialize
public static void Initialize()
public:
static void Initialize()
static member Initialize : unit -> unit
public static function Initialize()
Remarks
Call this method only if you do not want the cache to be reset at the end of every recording or playback session.
.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.