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 position that is immediately before FirstToken.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property BeforeFirstToken As EventToken
Get
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.IntelliTrace.EventToken
Remarks
The token that is returned 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.