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)

public interface class IExplorerView : IDisposable

NameDescription
System_CAPS_pubpropertyContext

Gets or sets the view context of the Explorer.

System_CAPS_pubpropertyExplorerViewControlType

Gets the specified type of the view control.

System_CAPS_pubpropertyHost

Gets or sets the Explorer to the view host.

System_CAPS_pubpropertyViewDescriptor

Gets or sets the Explorer to view the descriptor.

NameDescription
System_CAPS_pubmethodActivate()

Activates the view that is attached to the current view control.

System_CAPS_pubmethodDeactivate()

Deactivates the view that is detached from the current view control.

System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

Return to top
Show: