ITeamExplorerSection.SaveContext Method

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

The section 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 SectionSaveContextEventArgs _
)
void SaveContext(
    Object sender,
    SectionSaveContextEventArgs e
)
void SaveContext(
    Object^ sender, 
    SectionSaveContextEventArgs^ e
)
abstract SaveContext : 
        sender:Object * 
        e:SectionSaveContextEventArgs -> unit
function SaveContext(
    sender : Object, 
    e : SectionSaveContextEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

ITeamExplorerSection Interface

Microsoft.TeamFoundation.Controls Namespace