'宣言
Public Class _PlotListView(Of TOwnerView As ICoordinateSystemView) Inherits _ScrollableView(Of TOwnerView) Implements IDisplayable, IFlushable, IPlotListView, IQueryInterface, IRectangleView, IScrollableView, IView
public class _PlotListView<TOwnerView> : _ScrollableView<TOwnerView>, IDisplayable, IFlushable, IPlotListView, IQueryInterface, IRectangleView, IScrollableView, IView where TOwnerView: ICoordinateSystemView