ITeamExplorerPage.SaveContext Method

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

The page should save context. This is called before navigation to another page, Team Project context switch, and so on

Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Sub SaveContext ( _
    sender As Object, _
    e As PageSaveContextEventArgs _
)
void SaveContext(
    Object sender,
    PageSaveContextEventArgs e
)
void SaveContext(
    Object^ sender, 
    PageSaveContextEventArgs^ e
)
abstract SaveContext : 
        sender:Object * 
        e:PageSaveContextEventArgs -> unit
function SaveContext(
    sender : Object, 
    e : PageSaveContextEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

ITeamExplorerPage Interface

Microsoft.TeamFoundation.Controls Namespace