INavigationPage Interface
[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 Interface INavigationPage
public interface INavigationPage
public interface class INavigationPage
type INavigationPage = interface end
public interface INavigationPage
The INavigationPage type exposes the following members.
Properties
Name | Description | |
---|---|---|
Content | ||
DefaultVisibility | Get the default visibility for the page | |
HeadlineIcon | ||
HeadlineText | ||
HelpContext | ||
HelpPath | ||
Id | ||
IsChecked | Get true/false to show the check mark for navigation node | |
IsValid | ||
NavigationIcon | ||
NavigationText | ||
ShowNavigationNodeEnabled | Get true/false to show the corresponding navigation node as enabled/disabled |
Top
Methods
Name | Description | |
---|---|---|
CanActivate | ||
Init | ||
Validate |
Top
Events
Name | Description | |
---|---|---|
Changed |
Top