RootChain.AppendEvent(IntelliTraceEvent) Method
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, appends an event to a stream.
public:
abstract Microsoft::VisualStudio::IntelliTrace::EventToken AppendEvent(Microsoft::VisualStudio::IntelliTrace::IntelliTraceEvent ^ chainEvent);
abstract Microsoft::VisualStudio::IntelliTrace::EventToken AppendEvent(Microsoft::VisualStudio::IntelliTrace::IntelliTraceEvent const & chainEvent);
public abstract Microsoft.VisualStudio.IntelliTrace.EventToken AppendEvent (Microsoft.VisualStudio.IntelliTrace.IntelliTraceEvent chainEvent);
abstract member AppendEvent : Microsoft.VisualStudio.IntelliTrace.IntelliTraceEvent -> Microsoft.VisualStudio.IntelliTrace.EventToken
Public MustOverride Function AppendEvent (chainEvent As IntelliTraceEvent) As EventToken
Parameters
- chainEvent
- IntelliTraceEvent
The event to append. Must be a valid IntelliTraceEvent for this stream.
Returns
The EventToken for this event in the chain.