CompletionSet.OnCommitComplete Method

Definition

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.

Applies to