Share via


IExplorerView Interface

Provides definition of the view.

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

Syntax

'Declaration
Public Interface IExplorerView _
    Inherits IDisposable
'Usage
Dim instance As IExplorerView
public interface IExplorerView : IDisposable
public interface class IExplorerView : IDisposable
type IExplorerView =  
    interface
        interface IDisposable
    end
public interface IExplorerView extends IDisposable

The IExplorerView type exposes the following members.

Properties

  Name Description
Public property Context Gets or sets the view context of the Explorer.
Public property ExplorerViewControlType Gets the specified type of the view control.
Public property Host Gets or sets the Explorer to the view host.
Public property ViewDescriptor Gets or sets the Explorer to view the descriptor.

Top

Methods

  Name Description
Public method Activate Activates the view that is attached to the current view control.
Public method Deactivate Deactivates the view that is detached from the current view control.
Public method Dispose (Inherited from IDisposable.)

Top