Chain.BeforeFirstToken Property

Gets an EventToken for the position that is immediately before FirstToken.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property BeforeFirstToken As EventToken
public virtual EventToken BeforeFirstToken { get; }
public:
virtual property EventToken BeforeFirstToken {
    EventToken get ();
}
abstract BeforeFirstToken : EventToken with get 
override BeforeFirstToken : EventToken with get
function get BeforeFirstToken () : EventToken

Property Value

Type: Microsoft.VisualStudio.IntelliTrace.EventToken

Remarks

The token that is returned will never become valid.

.NET Framework Security

See Also

Reference

Chain Class

Microsoft.VisualStudio.IntelliTrace Namespace