IExplorerViewHost Antarmuka
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mewakili antarmuka yang menghosting tampilan Explorer.
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
- Penerapan
Properti
| CurrentView |
Mendapatkan kontrol saat ini khusus untuk tampilan. |
Metode
| Navigate(INavigationContext) |
Memungkinkan pengguna untuk menavigasi tampilan Explorer. |
| ResetUserCustomizations() |
Mereset kustomisasi pengguna Explorer di SQL Server Management Studio. (Diperoleh dari ISupportUserCustomization) |
| SaveUserCustomizations() |
Menyimpan kustomisasi pengguna Explorer di SQL Server Management Studio. (Diperoleh dari ISupportUserCustomization) |