IPageNavigator.ActivePage Property
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
ReadOnly Property ActivePage As INavigationPage
INavigationPage ActivePage { get; }
property INavigationPage^ ActivePage {
INavigationPage^ get ();
}
abstract ActivePage : INavigationPage with get
function get ActivePage () : INavigationPage
Property Value
Type: Microsoft.TeamFoundation.Controls.WPF.INavigationPage
Returns INavigationPage.
.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.