INavigationNode 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 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
Public property CanActivate
Public property IsSeparator
Public property 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.
Public property Items
Public property Page
Public property Parent

Top

Methods

  Name Description
Public method AddNode
Public method InsertNode
Public method RemoveNode
Public method RemovePage

Top

See Also

Reference

Microsoft.TeamFoundation.Controls.WPF Namespace