PageNavigator.GoToPage Method (Guid)
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Sub GoToPage ( _
id As Guid _
)
public void GoToPage(
Guid id
)
public:
virtual void GoToPage(
Guid id
) sealed
abstract GoToPage :
id:Guid -> unit
override GoToPage :
id:Guid -> unit
public final function GoToPage(
id : Guid
)
Parameters
- id
Type: System.Guid
Implements
.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.