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)

적용 대상