Chain.BeforeFirstToken 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 an EventToken for the position immediately before FirstToken. This token will never become valid.
public:
virtual property Microsoft::VisualStudio::IntelliTrace::EventToken BeforeFirstToken { Microsoft::VisualStudio::IntelliTrace::EventToken get(); };
public virtual Microsoft.VisualStudio.IntelliTrace.EventToken BeforeFirstToken { get; }
member this.BeforeFirstToken : Microsoft.VisualStudio.IntelliTrace.EventToken
Public Overridable ReadOnly Property BeforeFirstToken As EventToken