IVsImmediateStatementCompletion Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This interface is implemented by a language service that supports statement completion and other IntelliSense features in the immediate mode of the command window. This mode occurs when the debugger is in break mode.
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(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsImmediateStatementCompletion
[<System.Runtime.InteropServices.Guid("5CE7AE60-7B66-4301-8892-90BC0B49A89B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsImmediateStatementCompletion = interface
[<System.Runtime.InteropServices.Guid("5CE7AE60-7B66-4301-8892-90BC0B49A89B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsImmediateStatementCompletion = interface
Public Interface IVsImmediateStatementCompletion
- Derived
- Attributes
Remarks
This interface is called by the command window of the environment and is accessed by calling QueryInterface
on the same object that implements IVsLanguageInfo.
Methods
EnableStatementCompletion_Deprecated(Int32, Int32, Int32) |
This method is deprecated. Please use EnableStatementCompletion(Int32, Int32, Int32, IVsTextView). |
InstallStatementCompletion(Int32, IVsTextView, Int32) |
Informs the language service that it must add or remove its IVsTextViewFilter from the command filter chain for the command window’IVsTextViews IVsTextView. |
SetCompletionContext_Deprecated(String, IVsTextLines, TextSpan[], Object) |
This method is deprecated. Please use SetCompletionContext(String, IVsTextLines, TextSpan[], Object, IVsTextView). |