PageNavigator.CanGoToPrevious Method
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Function CanGoToPrevious As Boolean
public bool CanGoToPrevious()
public:
virtual bool CanGoToPrevious() sealed
abstract CanGoToPrevious : unit -> bool
override CanGoToPrevious : unit -> bool
public final function CanGoToPrevious() : boolean
Return Value
Type: System.Boolean
Returns Boolean.
Implements
IPageNavigator.CanGoToPrevious()
.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.