Chain.BeforeFirstToken Property
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
'Déclaration
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.