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)

public interface class IExplorerDetailsView : IDisposable

NameDescription
System_CAPS_pubpropertyDetailsViewControl

Gets the details view control where the view can delay the control creation until the view is activated.

NameDescription
System_CAPS_pubmethodActivate()

Executes when the details view is activated.

System_CAPS_pubmethodDeactivate()

Executes when the details view is deactivated.

System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodSetExplorerView(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.

System_CAPS_pubmethodSetFocusedItem(IExplorerViewItem^)

Sets the currently focused item.

System_CAPS_pubmethodSetSelectedItems(array<IExplorerViewItem^>^)

Sets the currently selected items.

System_CAPS_pubmethodUpdate(array<IExplorerViewItem^>^)

Performs an update to the given items.

Return to top
Show: