CompletionSet.OnCommitComplete Method
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.
Called after the text has been committed.
public:
virtual int OnCommitComplete();
public:
virtual int OnCommitComplete();
virtual int OnCommitComplete();
public virtual int OnCommitComplete ();
abstract member OnCommitComplete : unit -> int
override this.OnCommitComplete : unit -> int
Public Overridable Function OnCommitComplete () As Integer
Returns
S_OK.
Implements
Remarks
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.