CompletionSet::OnCommitComplete Method ()

 

Called after the text has been committed.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual int OnCommitComplete()

Return Value

Type: System::Int32

S_OK.

This method is the implementation of the OnCommitComplete method of the IVsCompletionSetEx interface.

This method gets the ViewFilter , if any, from the CodeWindowManager, and calls OnAutoComplete.

Return to top
Show: