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