IExplorerViewHost Interface

Definition

Represents an interface that hosts the Explorer view.

public interface class IExplorerViewHost : IServiceProvider, Microsoft::SqlServer::Management::Explorer::ISupportUserCustomization
public interface IExplorerViewHost : IServiceProvider, Microsoft.SqlServer.Management.Explorer.ISupportUserCustomization
type IExplorerViewHost = interface
    interface ISupportUserCustomization
    interface IServiceProvider
Public Interface IExplorerViewHost
Implements IServiceProvider, ISupportUserCustomization
Implements

Properties

CurrentView

Gets the current control-specific to the view.

Methods

Navigate(INavigationContext)

Allows the user to navigate the Explorer view.

ResetUserCustomizations()

Resets Explorer user customizations in SQL Server Management Studio.

(Inherited from ISupportUserCustomization)
SaveUserCustomizations()

Saves Explorer user customizations in SQL Server Management Studio.

(Inherited from ISupportUserCustomization)

Applies to