Chain.CanGetPreviousToken Property

Gets a value that determines whether the chain supports GetPreviousToken.

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

Syntax

‘선언
Public Overridable ReadOnly Property CanGetPreviousToken As Boolean
    Get
public virtual bool CanGetPreviousToken { get; }
public:
virtual property bool CanGetPreviousToken {
    bool get ();
}
abstract CanGetPreviousToken : bool
override CanGetPreviousToken : bool
function get CanGetPreviousToken () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

Chain Class

Microsoft.VisualStudio.IntelliTrace Namespace