INavigationTreeControl.Select Method
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Sub Select ( _
node As INavigationNode _
)
void Select(
INavigationNode node
)
void Select(
INavigationNode^ node
)
abstract Select :
node:INavigationNode -> unit
function Select(
node : INavigationNode
)
Parameters
.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.