Share via


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)

適用対象