EventChain.LastToken Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets a token for the last event in the chain.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property LastToken As EventToken
Get
'Usage
Dim instance As EventChain
Dim value As EventToken
value = instance.LastToken
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.TraceLog.EventToken
Remarks
This property can only be called if 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.