Share via


SqlServerObjectExplorerToolWindow.AddToSelection Method (Object, Boolean)

 

This class supports the product infrastructure and is not intended to be used directly from your code.

Namespace:   Microsoft.VisualStudio.Data.Tools.SqlObjectExplorer
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlObjectExplorer (in Microsoft.VisualStudio.Data.Tools.SqlObjectExplorer.dll)

Syntax

public void AddToSelection(
    object item,
    bool scrollIntoView = true
)
public:
void AddToSelection(
    Object^ item,
    bool scrollIntoView = true
)
member AddToSelection : 
        item:Object *
        scrollIntoView:bool = true -> unit
Public Sub AddToSelection (
    item As Object,
    scrollIntoView As Boolean
)

Parameters

  • item
    Type: System.Object

    This class supports the product infrastructure and is not intended to be used directly from your code.

  • scrollIntoView
    Type: System.Boolean

    This class supports the product infrastructure and is not intended to be used directly from your code.

See Also

SqlServerObjectExplorerToolWindow Class
Microsoft.VisualStudio.Data.Tools.SqlObjectExplorer Namespace

Return to top