Chain.FirstValidToken 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.
When overridden in a derived class, gets an EventToken for the first valid event in the chain.
public:
abstract property Microsoft::VisualStudio::IntelliTrace::EventToken FirstValidToken { Microsoft::VisualStudio::IntelliTrace::EventToken get(); };
public abstract Microsoft.VisualStudio.IntelliTrace.EventToken FirstValidToken { get; }
member this.FirstValidToken : Microsoft.VisualStudio.IntelliTrace.EventToken
Public MustOverride ReadOnly Property FirstValidToken As EventToken