NavigationTreeItem Constructor
Create a new tree item
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
ownerTreeControl As NavigationTreeControl, _
node As INavigationNode _
)
public NavigationTreeItem(
NavigationTreeControl ownerTreeControl,
INavigationNode node
)
public:
NavigationTreeItem(
NavigationTreeControl^ ownerTreeControl,
INavigationNode^ node
)
new :
ownerTreeControl:NavigationTreeControl *
node:INavigationNode -> NavigationTreeItem
public function NavigationTreeItem(
ownerTreeControl : NavigationTreeControl,
node : INavigationNode
)
Parameters
ownerTreeControl
Type: Microsoft.TeamFoundation.Controls.WPF.NavigationTreeControlowner tree control
node
Type: Microsoft.TeamFoundation.Controls.WPF.INavigationNodenavigation node
.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.