Chain.CanGetPreviousToken Property

Gets a value that determines whether the chain supports GetPreviousToken.

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

Syntax

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

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

Chain Class

Microsoft.VisualStudio.IntelliTrace Namespace