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 | |
---|---|---|
Context | Gets or sets the view context of the Explorer. | |
ExplorerViewControlType | Gets the specified type of the view control. | |
Host | Gets or sets the Explorer to the view host. | |
ViewDescriptor | Gets or sets the Explorer to view the descriptor. |
Top
Methods
Name | Description | |
---|---|---|
Activate | Activates the view that is attached to the current view control. | |
Deactivate | Deactivates the view that is detached from the current view control. | |
Dispose | (Inherited from IDisposable.) |
Top