PageNavigator.NavigationTree Property

[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 Property NavigationTree As INavigationNode
public INavigationNode NavigationTree { get; set; }
public:
virtual property INavigationNode^ NavigationTree {
    INavigationNode^ get () sealed;
    void set (INavigationNode^ value) sealed;
}
abstract NavigationTree : INavigationNode with get, set 
override NavigationTree : INavigationNode with get, set
final function get NavigationTree () : INavigationNode 
final function set NavigationTree (value : INavigationNode)

Property Value

Type: Microsoft.TeamFoundation.Controls.WPF.INavigationNode
Returns INavigationNode.

Implements

IPageNavigator.NavigationTree

.NET Framework Security

See Also

Reference

PageNavigator Class

Microsoft.TeamFoundation.Controls.WPF Namespace