DerivedChain Properties

Include Protected Members
Include Inherited Members

The DerivedChain type exposes the following members.

Properties

  Name Description
Public property AfterLastToken When overridden in a derived class, gets an EventToken for the position that is immediately after the current LastToken. (Inherited from Chain.)
Public property BeforeFirstToken Gets an EventToken for the position that is immediately before FirstToken. (Inherited from Chain.)
Public property CanGetCount Gets a value that determines whether the chain supports Count. (Inherited from Chain.)
Public property CanGetLastToken Gets a value that determines whether the chain supports LastToken. (Inherited from Chain.)
Public property CanGetPreviousToken Gets a value that determines whether the chain supports GetPreviousToken. (Inherited from Chain.)
Public property Count Gets the number of events in the chain. (Inherited from Chain.)
Public property FirstToken When overridden in a derived class, gets an EventToken for the first event in the chain. (Inherited from Chain.)
Public property FirstValidToken When overridden in a derived class, gets an EventToken for the first valid event in the chain. (Inherited from Chain.)
Public property IsEmpty When overridden in a derived class, gets a value that indicates whether the chain is empty. (Inherited from Chain.)
Public property LastToken Gets an EventToken for the last event in the chain. (Inherited from Chain.)

Top

See Also

Reference

DerivedChain Class

Microsoft.VisualStudio.IntelliTrace Namespace