IExplorerViewControl.CurrentView Property
Gets or sets the existing view of the Explorer control.
Namespace: Microsoft.SqlServer.Management.Explorer
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
Syntax
'Declaration
Property CurrentView As IExplorerView
Get
Set
'Usage
Dim instance As IExplorerViewControl
Dim value As IExplorerView
value = instance.CurrentView
instance.CurrentView = value
IExplorerView CurrentView { get; set; }
property IExplorerView^ CurrentView {
IExplorerView^ get ();
void set (IExplorerView^ value);
}
abstract CurrentView : IExplorerView with get, set
function get CurrentView () : IExplorerView
function set CurrentView (value : IExplorerView)
Property Value
Type: Microsoft.SqlServer.Management.Explorer.IExplorerView
The existing view of the Explorer control.