ErrorsGrid

StockSharp.Xaml.Code

显示编译错误的网格 。

继承自: BaseGridControl

实现: IComponentConnector

构造函数

ErrorsGrid
public ErrorsGrid()
errorsGrid = ErrorsGrid()

初始化了 & ##ErrorsGrid+#的新实例.

属性

Errors
public IList<CompilationError> Errors { get; }
value = errorsGrid.Errors

编译错误 。

方法

InitializeComponent
public void InitializeComponent()
errorsGrid.InitializeComponent()

InitializeComponent

事件

ErrorSelected
public event Action<CompilationError> ErrorSelected
errorsGrid.ErrorSelected += handler

选择错误 。