Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an EventToken for the last event in the chain.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property LastToken As EventToken
Get
public virtual EventToken LastToken { get; }
public:
virtual property EventToken LastToken {
EventToken get ();
}
abstract LastToken : EventToken
override LastToken : EventToken
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.