NavigationTreeControl.INavigationTreeControl.Select Method
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
- 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.