PartitionedListChain.BeforeFirstToken Property

Gets an EventToken for the position that is immediately before FirstToken. This token will never become valid.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.IntelliTrace.EventToken

.NET Framework Security

See Also

Reference

PartitionedListChain Class

Microsoft.VisualStudio.IntelliTrace Namespace