ExpressionActivityEditor.CanCommit 方法
定义
指示表达式活动编辑器是否可以提交 。Indicates whether the expression activity editor can be committed.
public:
virtual bool CanCommit();
public virtual bool CanCommit ();
abstract member CanCommit : unit -> bool
override this.CanCommit : unit -> bool
Public Overridable Function CanCommit () As Boolean
返回
如果表达式活动编辑器可以设置,则为 true;否则为 false。true if the expression activity editor can be committed; otherwise, false.