PivotNavigator.SelectItemInTree Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assemblies:   Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Sub SelectItemInTree ( _
    item As Object, _
    action As VirtualizingTreeSelectionAction, _
    scrollIntoView As Boolean _
)
public void SelectItemInTree(
    Object item,
    VirtualizingTreeSelectionAction action,
    bool scrollIntoView
)
public:
void SelectItemInTree(
    Object^ item, 
    VirtualizingTreeSelectionAction action, 
    bool scrollIntoView
)
member SelectItemInTree : 
        item:Object * 
        action:VirtualizingTreeSelectionAction * 
        scrollIntoView:bool -> unit
public function SelectItemInTree(
    item : Object, 
    action : VirtualizingTreeSelectionAction, 
    scrollIntoView : boolean
)

Parameters

.NET Framework Security

See Also

Reference

PivotNavigator Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace