ListChain.AfterLastToken Property

Gets an EventToken that represents a position that is immediately after the current LastToken.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property AfterLastToken As EventToken
public override EventToken AfterLastToken { get; }
public:
virtual property EventToken AfterLastToken {
    EventToken get () override;
}
abstract AfterLastToken : EventToken with get 
override AfterLastToken : EventToken with get
override function get AfterLastToken () : EventToken

Property Value

Type: Microsoft.VisualStudio.IntelliTrace.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 when CanGetLastToken returns false.

.NET Framework Security

See Also

Reference

ListChain Class

Microsoft.VisualStudio.IntelliTrace Namespace