Share via


IExplorerViewControl.CurrentView Property

Definition

Gets or sets the existing view of the Explorer control.

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

Property Value

The existing view of the Explorer control.

Applies to