INavigationNode Interface
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Interface INavigationNode
public interface INavigationNode
public interface class INavigationNode
type INavigationNode = interface end
public interface INavigationNode
The INavigationNode type exposes the following members.
Properties
Name | Description | |
---|---|---|
CanActivate | ||
IsSeparator | ||
IsVisible | Get/Set true/false to show/hide the page. When a page is not visible, it is not shown in the page selector and it cannot be navigated to via Previous/Next. | |
Items | ||
Page | ||
Parent |
Top
Methods
Name | Description | |
---|---|---|
AddNode | ||
InsertNode | ||
RemoveNode | ||
RemovePage |
Top