UIViewController.SetEditing(Boolean, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
打开或关闭编辑模式。
[Foundation.Export("setEditing:animated:")]
public virtual void SetEditing (bool editing, bool animated);
abstract member SetEditing : bool * bool -> unit
override this.SetEditing : bool * bool -> unit
参数
- editing
- Boolean
true
进入编辑模式, false
以结束编辑。 默认为 false
。
- animated
- Boolean
true
将转换到编辑模式或从编辑模式切换为动画,或者 false
立即更改模式。
- 属性