IVsWindowPaneCommit 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许窗口在调用另一个命令之前提交具有焦点的控件中的挂起的编辑。
public interface class IVsWindowPaneCommit
public interface class IVsWindowPaneCommit
__interface IVsWindowPaneCommit
[System.Runtime.InteropServices.Guid("508ED8E9-923D-44ED-8165-5B96DA4E0829")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWindowPaneCommit
[<System.Runtime.InteropServices.Guid("508ED8E9-923D-44ED-8165-5B96DA4E0829")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWindowPaneCommit = interface
Public Interface IVsWindowPaneCommit
- 派生
- 属性
注解
由 VSFPROPID_DocView 放置在 WindowFrame 中的对象实现。 环境在 CommitPendingEdit 执行任何命令之前调用; 例如,这允许窗口在调用另一个命令之前,使用焦点在控件中提交挂起的编辑。 通常会调用此方法。 不太频繁调用的相关接口是 FlushPendingUpdates 。 当项目或其他使用者想要从中提取数据之前,将调用此调用 TextBuffer 。
方法
| CommitPendingEdit(Int32) |
允许窗口在调用另一个命令之前提交具有焦点的控件中的挂起的编辑。 |