RenderTreeFrame.Sequence Field
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 sequence number of the frame. Sequence numbers indicate the relative source positions of the instructions that inserted the frames. Sequence numbers are only comparable within the same sequence (typically, the same source method).
public: initonly int Sequence;
public readonly int Sequence;
val mutable Sequence : int
Public ReadOnly Sequence As Integer