IExplorerViewHost.CurrentView Property

Definition

Gets the current control-specific to the view.

public:
 property Microsoft::SqlServer::Management::Explorer::IExplorerView ^ CurrentView { Microsoft::SqlServer::Management::Explorer::IExplorerView ^ get(); };
public Microsoft.SqlServer.Management.Explorer.IExplorerView CurrentView { get; }
member this.CurrentView : Microsoft.SqlServer.Management.Explorer.IExplorerView
Public ReadOnly Property CurrentView As IExplorerView

Property Value

The value for the current view of the element.

Applies to