IExplorerViewControl Interface

Displays the property of the Explorer view control.

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

Syntax

'Declaration
Public Interface IExplorerViewControl
'Usage
Dim instance As IExplorerViewControl
public interface IExplorerViewControl
public interface class IExplorerViewControl
type IExplorerViewControl =  interface end
public interface IExplorerViewControl

The IExplorerViewControl type exposes the following members.

Properties

  Name Description
Public property CurrentView Gets or sets the existing view of the Explorer control.

Top