IExplorerDetailsView Interface
Defines a method that displays the details in the explorer.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
| Name | Description | |
|---|---|---|
![]() | DetailsViewControl | Gets the details view control where the view can delay the control creation until the view is activated. |
| Name | Description | |
|---|---|---|
![]() | Activate() | Executes when the details view is activated. |
![]() | Deactivate() | Executes when the details view is deactivated. |
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | SetExplorerView(IExplorerView^) | Sets the current view that can also be used as a service provider and can be used to get the current navigation context which also provides access to the connection and other useful information. |
![]() | SetFocusedItem(IExplorerViewItem^) | Sets the currently focused item. |
![]() | SetSelectedItems(array<IExplorerViewItem^>^) | Sets the currently selected items. |
![]() | Update(array<IExplorerViewItem^>^) | Performs an update to the given items. |
Show:

