Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Navigate to the specified page.
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Function NavigateToPage ( _
pageId As Guid, _
context As Object _
) As ITeamExplorerPage
ITeamExplorerPage NavigateToPage(
Guid pageId,
Object context
)
ITeamExplorerPage^ NavigateToPage(
Guid pageId,
Object^ context
)
abstract NavigateToPage :
pageId:Guid *
context:Object -> ITeamExplorerPage
function NavigateToPage(
pageId : Guid,
context : Object
) : ITeamExplorerPage
Parameters
pageId
Type: System.GuidPage ID
context
Type: System.Object(Optional) Page context. This can be null if the page does not need context.
Return Value
Type: Microsoft.TeamFoundation.Controls.ITeamExplorerPage
Returns ITeamExplorerPage.
.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.