IVsImmediateStatementCompletion 接口

定义

此接口由在命令窗口的即时模式下支持语句完成和其他 IntelliSense 功能的语言服务实现。 当调试器处于中断模式时,将出现此模式。

public interface class IVsImmediateStatementCompletion
public interface class IVsImmediateStatementCompletion
__interface IVsImmediateStatementCompletion
[System.Runtime.InteropServices.Guid("5CE7AE60-7B66-4301-8892-90BC0B49A89B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsImmediateStatementCompletion
[<System.Runtime.InteropServices.Guid("5CE7AE60-7B66-4301-8892-90BC0B49A89B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsImmediateStatementCompletion = interface
Public Interface IVsImmediateStatementCompletion
派生
属性

注解

此接口由环境的命令窗口调用,并通过 QueryInterface 在实现的同一对象上调用来进行访问 IVsLanguageInfo

方法

EnableStatementCompletion_Deprecated(Int32, Int32, Int32)

不推荐使用此方法。 请使用 EnableStatementCompletion(Int32, Int32, Int32, IVsTextView)

InstallStatementCompletion(Int32, IVsTextView, Int32)

通知语言服务,它必须在 IVsTextViewFilter 命令窗口的命令筛选器链中添加或删除它 IVsTextView IVsTextView

SetCompletionContext_Deprecated(String, IVsTextLines, TextSpan[], Object)

不推荐使用此方法。 请使用 SetCompletionContext(String, IVsTextLines, TextSpan[], Object, IVsTextView)

适用于