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

'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

See Also

Reference

Chain Class

Microsoft.VisualStudio.IntelliTrace Namespace