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
實作

屬性

名稱 Description
CurrentView

取得目前針對視圖的控制項。

方法

名稱 Description
Navigate(INavigationContext)

允許使用者瀏覽檔案總管檢視。

ResetUserCustomizations()

重設 SQL Server Management Studio 中的檔案總管使用者自訂設定。

(繼承來源 ISupportUserCustomization)
SaveUserCustomizations()

在 SQL Server Management Studio 中儲存檔案總管的使用者自訂功能。

(繼承來源 ISupportUserCustomization)

適用於