IAltViewProvider.CurrentView 속성

정의

현재 활성 뷰를 가져오거나 설정합니다.

public:
 property Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IViewType ^ CurrentView { Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IViewType ^ get(); void set(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IViewType ^ value); };
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IViewType CurrentView { get; set; }
member this.CurrentView : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IViewType with get, set
Public Property CurrentView As IViewType

속성 값

현재 활성 뷰를 반환합니다.

적용 대상