NavigationTreeControl.INavigationTreeControl.Select Method

[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
Private Sub Select ( _
    node As INavigationNode _
) Implements INavigationTreeControl.Select
void INavigationTreeControl.Select(
    INavigationNode node
)
private:
virtual void Select(
    INavigationNode^ node
) sealed = INavigationTreeControl::Select
private abstract Select : 
        node:INavigationNode -> unit  
private override Select : 
        node:INavigationNode -> unit
JScript does not support explicit interface implementations.

Parameters

Implements

INavigationTreeControl.Select(INavigationNode)

.NET Framework Security

See Also

Reference

NavigationTreeControl Class

Microsoft.TeamFoundation.Controls.WPF Namespace