ListEventChain.AfterLastToken Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a token that represents a position immediately after the current LastToken.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property AfterLastToken As EventToken
    Get
'Usage
Dim instance As ListEventChain
Dim value As EventToken

value = instance.AfterLastToken
public override EventToken AfterLastToken { get; }
public:
virtual property EventToken AfterLastToken {
    EventToken get () override;
}
abstract AfterLastToken : EventToken
override AfterLastToken : EventToken
override function get AfterLastToken () : EventToken

Property Value

Type: Microsoft.VisualStudio.TraceLog.EventToken

Remarks

If additional events get added to the chain, the token that is returned from AfterLastToken will become valid. This property is available even if CanGetLastToken returns false.

.NET Framework Security

See Also

Reference

ListEventChain Class

ListEventChain Members

Microsoft.VisualStudio.TraceLog Namespace