FilteredListChain.LastToken Property
Gets an EventToken for the last event in the chain.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
Public Overrides ReadOnly Property LastToken As EventToken
Get
public override EventToken LastToken { get; }
public:
virtual property EventToken LastToken {
EventToken get () override;
}
abstract LastToken : EventToken
override LastToken : EventToken
override function get LastToken () : EventToken
Property Value
Type: Microsoft.VisualStudio.IntelliTrace.EventToken
Remarks
This property can be called only when CanGetLastToken returns true.
.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.