Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("5CE7AE60-7B66-4301-8892-90BC0B49A89B")> _
Public Interface IVsImmediateStatementCompletion
[InterfaceTypeAttribute()]
[GuidAttribute("5CE7AE60-7B66-4301-8892-90BC0B49A89B")]
public interface IVsImmediateStatementCompletion
[InterfaceTypeAttribute()]
[GuidAttribute(L"5CE7AE60-7B66-4301-8892-90BC0B49A89B")]
public interface class IVsImmediateStatementCompletion
[<InterfaceTypeAttribute()>]
[<GuidAttribute("5CE7AE60-7B66-4301-8892-90BC0B49A89B")>]
type IVsImmediateStatementCompletion = interface end
public interface IVsImmediateStatementCompletion
The IVsImmediateStatementCompletion type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
EnableStatementCompletion_Deprecated | This method is deprecated. Please use EnableStatementCompletion. |
![]() |
InstallStatementCompletion | 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 | This method is deprecated. Please use SetCompletionContext. |
Top
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.