EventChain.BeforeFirstToken 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 position immediately before FirstToken.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property BeforeFirstToken As EventToken
Get
'Usage
Dim instance As EventChain
Dim value As EventToken
value = instance.BeforeFirstToken
public virtual EventToken BeforeFirstToken { get; }
public:
virtual property EventToken BeforeFirstToken {
EventToken get ();
}
abstract BeforeFirstToken : EventToken
override BeforeFirstToken : EventToken
function get BeforeFirstToken () : EventToken
Property Value
Type: Microsoft.VisualStudio.TraceLog.EventToken
Remarks
This token will never become valid.
.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.