ListChain.CanGetPreviousToken Property

Gets a value that determines whether the chain supports GetPreviousToken.

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

Syntax

'Declaration
Public Overrides ReadOnly Property CanGetPreviousToken As Boolean
public override bool CanGetPreviousToken { get; }
public:
virtual property bool CanGetPreviousToken {
    bool get () override;
}
abstract CanGetPreviousToken : bool with get 
override CanGetPreviousToken : bool with get
override function get CanGetPreviousToken () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ListChain Class

Microsoft.VisualStudio.IntelliTrace Namespace