FillErrorEventArgs.Continue 属性

定义

获取或设置一个值,指示是否继续执行填充操作而不考虑该错误。

public:
 property bool Continue { bool get(); void set(bool value); };
public bool Continue { get; set; }
member this.Continue : bool with get, set
Public Property Continue As Boolean

属性值

Boolean

如果应该继续执行填充操作,则 true;否则为 false

适用于