IVsImmediateStatementCompletion2 Methods

 

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodEnableStatementCompletion(Int32, Int32, Int32, IVsTextView^)

Enables or disables statement completion.

System_CAPS_pubmethodEnableStatementCompletion_Deprecated(Int32, Int32, Int32)

This method is deprecated. Please use EnableStatementCompletion.

System_CAPS_pubmethodGetFilter(IVsTextView^, IVsTextViewFilter^)

System_CAPS_pubmethodInstallStatementCompletion(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.

System_CAPS_pubmethodSetCompletionContext(String^, IVsTextLines^, array<TextSpan>^, Object^, IVsTextView^)

Sets the current context for statement completion for the command window.

System_CAPS_pubmethodSetCompletionContext_Deprecated(String^, IVsTextLines^, array<TextSpan>^, Object^)

This method is deprecated. Please use SetCompletionContext.

Return to top
Show: