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.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property BeforeFirstToken As EventToken
Get
public override EventToken BeforeFirstToken { get; }
public:
virtual property EventToken BeforeFirstToken {
EventToken get () override;
}
abstract BeforeFirstToken : EventToken
override BeforeFirstToken : EventToken
override function get BeforeFirstToken () : EventToken
Property Value
Type: Microsoft.VisualStudio.IntelliTrace.EventToken
.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.