IVsLaunchPadEvents.Tick 方法

允许快速启动并且事件的取消。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)

语法

声明
Function Tick ( _
    <OutAttribute> ByRef pfCancel As Integer _
) As Integer
int Tick(
    out int pfCancel
)

参数

  • pfCancel
    类型:System.Int32%
    [in, out] 取消事件的 true 。

返回值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

备注

COM 签名

从 vsshell.idl:

HRESULT IVsLaunchPadEvents::Tick(
   [in, out] BOOL *pfCancel
);

.NET Framework 安全性

请参见

参考

IVsLaunchPadEvents 接口

Microsoft.VisualStudio.Shell.Interop 命名空间