IComPropertyBrowser.EnsurePendingChangesCommitted 方法

定义

提交所有挂起的对 PropertyGrid 控件的更改。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 bool EnsurePendingChangesCommitted();
public bool EnsurePendingChangesCommitted ();
abstract member EnsurePendingChangesCommitted : unit -> bool
Public Function EnsurePendingChangesCommitted () As Boolean

返回

如果 PropertyGrid 成功提交更改,则为 true;否则为 false

适用于