OrderOfInvoke.OrderMapPlayback Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the invocation order for test playback.
public:
static property System::Collections::Generic::Dictionary<IntPtr, int> ^ OrderMapPlayback { System::Collections::Generic::Dictionary<IntPtr, int> ^ get(); };
public static System.Collections.Generic.Dictionary<IntPtr,int> OrderMapPlayback { get; }
static member OrderMapPlayback : System.Collections.Generic.Dictionary<nativeint, int>
Public Shared ReadOnly Property OrderMapPlayback As Dictionary(Of IntPtr, Integer)
Property Value
Dictionary<nativeint,Int32>
The playback list of user interface (UI) pointers and the corresponding order number.