'宣言
Public MustInherit Class _BasePlotView
(Of As IPlotListLayoutView,
As IPlotDefinition,
As IPlotDataModel,
As IPointView)
Inherits _BaseView(Of TOwnerView)
Implements IDisplayable, IIdentityView, IModel, IPlotModel, IPlotView, IQueryInterface, IView, IViewModel
public abstract class _BasePlotView<,,,> : _BaseView<TOwnerView>, IDisplayable, IIdentityView, IModel, IPlotModel, IPlotView, IQueryInterface, IView, IViewModel
where TOwnerView: IPlotListLayoutView
where TDefinition: IPlotDefinition
where TPlotDataModel: IPlotDataModel
where TPointView: IPointView