PageNavigator.ActivePage Property

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

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

Syntax

'Declaration
Public ReadOnly Property ActivePage As INavigationPage
public INavigationPage ActivePage { get; }
public:
virtual property INavigationPage^ ActivePage {
    INavigationPage^ get () sealed;
}
abstract ActivePage : INavigationPage with get 
override ActivePage : INavigationPage with get
final function get ActivePage () : INavigationPage

Property Value

Type: Microsoft.TeamFoundation.Controls.WPF.INavigationPage
Returns INavigationPage.

Implements

IPageNavigator.ActivePage

.NET Framework Security

See Also

Reference

PageNavigator Class

Microsoft.TeamFoundation.Controls.WPF Namespace