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)

適用対象