共用方式為


ExpressionActivityEditor.AcceptsReturn 屬性

定義

取得或設定值,指出運算式活動是否接受 Return。

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

屬性值

Boolean

如果運算式活動接受 Return,則為 true,否則為 false

適用於