IAltViewProvider.CurrentView Property

Definition

Gets or sets the current active view.

public:
 property Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IViewType ^ CurrentView { Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IViewType ^ get(); void set(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IViewType ^ value); };
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IViewType CurrentView { get; set; }
member this.CurrentView : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IViewType with get, set
Public Property CurrentView As IViewType

Property Value

Returns the current active view.

Applies to