指示 UI 的某种形式进行操作发生。
命名空间: Microsoft.VisualStudio.TextManager.Interop
程序集: Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)
语法
声明
<GuidAttribute("957970B0-71E1-11D3-AFF1-00105A9991EF")> _
<InterfaceTypeAttribute()> _
Public Interface IVsCommitGestureSink
[GuidAttribute("957970B0-71E1-11D3-AFF1-00105A9991EF")]
[InterfaceTypeAttribute()]
public interface IVsCommitGestureSink
[GuidAttribute(L"957970B0-71E1-11D3-AFF1-00105A9991EF")]
[InterfaceTypeAttribute()]
public interface class IVsCommitGestureSink
[<GuidAttribute("957970B0-71E1-11D3-AFF1-00105A9991EF")>]
[<InterfaceTypeAttribute()>]
type IVsCommitGestureSink = interface end
public interface IVsCommitGestureSink
IVsCommitGestureSink 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() |
FlushCommitEventIfCurrentClusterIsOutermost | 激发项操作。 |
![]() |
OnCommitGesture | 调用,而对缓冲区进行更改的。 |
页首
备注
由于这是多对一事件的而不是一对多广播,这是多个客户端 QueryInterface 为并在必要时调用的接口。