EventChain.AfterLastToken Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
When overridden in a derived class, gets a token for the position immediately after the current LastToken.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property AfterLastToken As EventToken
Get
'Usage
Dim instance As EventChain
Dim value As EventToken
value = instance.AfterLastToken
public abstract EventToken AfterLastToken { get; }
public:
virtual property EventToken AfterLastToken {
EventToken get () abstract;
}
abstract AfterLastToken : EventToken
abstract function get AfterLastToken () : EventToken
Property Value
Type: Microsoft.VisualStudio.TraceLog.EventToken
If additional events get added to the chain, the token returned from AfterLastToken will become valid. This property is available even if CanGetLastToken returns false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.