IExplorerViewControl.CurrentView 속성

정의

탐색기 컨트롤의 기존 뷰를 가져오거나 설정합니다.

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

속성 값

탐색기 컨트롤의 기존 뷰입니다.

적용 대상