Share via


ITeamExplorer.CurrentPage Property

Get the current page. This can be null if there is no current page. The PropertyChanged event will be fired when this property changes.

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

Syntax

'Declaration
ReadOnly Property CurrentPage As ITeamExplorerPage
ITeamExplorerPage CurrentPage { get; }
property ITeamExplorerPage^ CurrentPage {
    ITeamExplorerPage^ get ();
}
abstract CurrentPage : ITeamExplorerPage with get
function get CurrentPage () : ITeamExplorerPage

Property Value

Type: Microsoft.TeamFoundation.Controls.ITeamExplorerPage
Returns ITeamExplorerPage.

.NET Framework Security

See Also

Reference

ITeamExplorer Interface

Microsoft.TeamFoundation.Controls Namespace