ViewChangedEventArgs.NewView 属性

定义

获取当前选择的视图。

public:
 property Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IViewType ^ NewView { Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IViewType ^ get(); };
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IViewType NewView { get; }
member this.NewView : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IViewType
Public ReadOnly Property NewView As IViewType

属性值

返回当前选择的视图。

适用于