IExplorerViewHost 接口

定义

表示承载资源管理器视图的接口。

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
实现

属性

CurrentView

获取特定于视图的当前控件。

方法

Navigate(INavigationContext)

允许用户在资源管理器视图中导航。

ResetUserCustomizations()

在 SQL Server Management Studio 中重置资源管理器用户自定义设置。

(继承自 ISupportUserCustomization)
SaveUserCustomizations()

在 SQL Server Management Studio 中保存资源管理器用户自定义设置。

(继承自 ISupportUserCustomization)

适用于