Chain.LastToken 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 last event in the chain. This property can only be called if CanGetLastToken returns true.
public:
virtual property Microsoft::VisualStudio::IntelliTrace::EventToken LastToken { Microsoft::VisualStudio::IntelliTrace::EventToken get(); };
public virtual Microsoft.VisualStudio.IntelliTrace.EventToken LastToken { get; }
member this.LastToken : Microsoft.VisualStudio.IntelliTrace.EventToken
Public Overridable ReadOnly Property LastToken As EventToken