ITeamExplorer.CurrentPage Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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
- 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.