IPageNavigator.NavigationTree Property
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Property NavigationTree As INavigationNode
INavigationNode NavigationTree { get; set; }
property INavigationNode^ NavigationTree {
INavigationNode^ get ();
void set (INavigationNode^ value);
}
abstract NavigationTree : INavigationNode with get, set
function get NavigationTree () : INavigationNode
function set NavigationTree (value : INavigationNode)
Property Value
Type: Microsoft.TeamFoundation.Controls.WPF.INavigationNode
Returns INavigationNode.
.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.