PropertyGrid.IComPropertyBrowser.EnsurePendingChangesCommitted 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提交所有挂起的对 PropertyGrid 控件的更改。 有关此成员的说明,请参见 EnsurePendingChangesCommitted()。
virtual bool System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.EnsurePendingChangesCommitted() = System::Windows::Forms::ComponentModel::Com2Interop::IComPropertyBrowser::EnsurePendingChangesCommitted;
bool IComPropertyBrowser.EnsurePendingChangesCommitted ();
abstract member System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.EnsurePendingChangesCommitted : unit -> bool
override this.System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.EnsurePendingChangesCommitted : unit -> bool
Function EnsurePendingChangesCommitted () As Boolean Implements IComPropertyBrowser.EnsurePendingChangesCommitted
返回
如果所有 PropertyGrid 都成功提交了更改,则为 true
;否则为 false
。
实现
注解
此成员是显式接口成员的实现。 它只能在 PropertyGrid 实例被强制转换为 IComPropertyBrowser 接口时使用。