Share via


IExplorerViewHost.CurrentView Property

Gets the current control-specific to the view.

Namespace:  Microsoft.SqlServer.Management.Explorer
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
ReadOnly Property CurrentView As IExplorerView
    Get
'Usage
Dim instance As IExplorerViewHost
Dim value As IExplorerView

value = instance.CurrentView
IExplorerView CurrentView { get; }
property IExplorerView^ CurrentView {
    IExplorerView^ get ();
}
abstract CurrentView : IExplorerView
function get CurrentView () : IExplorerView

Property Value

Type: Microsoft.SqlServer.Management.Explorer.IExplorerView
The value for the current view of the element.