Share via


IExplorerDetailsView Interface

Defines a method that displays the details in the explorer.

Namespace:  Microsoft.SqlServer.Management.Explorer
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
Public Interface IExplorerDetailsView _
    Inherits IDisposable
'Usage
Dim instance As IExplorerDetailsView
public interface IExplorerDetailsView : IDisposable
public interface class IExplorerDetailsView : IDisposable
type IExplorerDetailsView =  
    interface
        interface IDisposable
    end
public interface IExplorerDetailsView extends IDisposable

The IExplorerDetailsView type exposes the following members.

Properties

  Name Description
Public property DetailsViewControl Gets the details view control where the view can delay the control creation until the view is activated.

Top

Methods

  Name Description
Public method Activate Executes when the details view is activated.
Public method Deactivate Executes when the details view is deactivated.
Public method Dispose (Inherited from IDisposable.)
Public method SetExplorerView 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.
Public method SetFocusedItem Sets the currently focused item.
Public method SetSelectedItems Sets the currently selected items.

Top