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)

public interface class IExplorerViewHost : ISupportUserCustomization, 
	IServiceProvider

NameDescription
System_CAPS_pubpropertyCurrentView

Gets the current control-specific to the view.

NameDescription
System_CAPS_pubmethodGetService(Type^)

(Inherited from IServiceProvider.)

System_CAPS_pubmethodNavigate(INavigationContext^)

Allows the user to navigate the Explorer view.

System_CAPS_pubmethodResetUserCustomizations()

Resets Explorer user customizations in SQL Server Management Studio.(Inherited from ISupportUserCustomization.)

System_CAPS_pubmethodSaveUserCustomizations()

Saves Explorer user customizations in SQL Server Management Studio.(Inherited from ISupportUserCustomization.)

Return to top
Show: