IExplorerViewHost インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エクスプローラービューをホストするインターフェースを表します。
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) |