PropertyGrid.IComPropertyBrowser.EnsurePendingChangesCommitted 方法

定义

提交所有挂起的对 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

返回

Boolean

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

实现

注解

此成员是显式接口成员的实现。 它只能在 PropertyGrid 实例被强制转换为 IComPropertyBrowser 接口时使用。

适用于