PageNavigator.ActivePage Property
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
.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.