Share via


IExplorerViewHost Interface

Represents an interface that hosts the Explorer view.

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

Syntax

'Declaration
Public Interface IExplorerViewHost _
    Inherits ISupportUserCustomization, IServiceProvider
'Usage
Dim instance As IExplorerViewHost
public interface IExplorerViewHost : ISupportUserCustomization, 
    IServiceProvider
public interface class IExplorerViewHost : ISupportUserCustomization, 
    IServiceProvider
type IExplorerViewHost =  
    interface
        interface ISupportUserCustomization
        interface IServiceProvider
    end
public interface IExplorerViewHost extends ISupportUserCustomization, IServiceProvider

The IExplorerViewHost type exposes the following members.

Properties

  Name Description
Public property CurrentView Gets the current control-specific to the view.

Top

Methods

  Name Description
Public method GetService (Inherited from IServiceProvider.)
Public method Navigate Allows the user to navigate the Explorer view.
Public method ResetUserCustomizations Resets Explorer user customizations in SQL Server Management Studio. (Inherited from ISupportUserCustomization.)
Public method SaveUserCustomizations Saves Explorer user customizations in SQL Server Management Studio. (Inherited from ISupportUserCustomization.)

Top