IExplorerViewHost Interfaz

Definición

Representa una interfaz que hospeda la vista del explorador.

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
Implementaciones

Propiedades

CurrentView

Obtiene la vista actual específica del control.

Métodos

Navigate(INavigationContext)

Permite al usuario navegar por la vista del explorador.

ResetUserCustomizations()

Restablece la personalización de usuario del explorador en SQL Server Management Studio.

(Heredado de ISupportUserCustomization)
SaveUserCustomizations()

Guarda la personalización de usuario del explorador en SQL Server Management Studio.

(Heredado de ISupportUserCustomization)

Se aplica a