ITeamExplorer.NavigateToPage Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

  • 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

See Also

Reference

ITeamExplorer Interface

Microsoft.TeamFoundation.Controls Namespace