IAltViewProvider.CurrentView 属性

定义

获取或设置当前活动视图。

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

属性值

返回当前活动视图。

适用于