Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.ObjectThis class supports the product infrastructure and is not intended to be used directly from your code.
scrollIntoView
Type: System.BooleanThis 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