CompletionSet.OnCommitComplete Method

Called after the text has been committed.

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

Syntax

'宣言
Public Overridable Function OnCommitComplete As Integer
'使用
Dim instance As CompletionSet
Dim returnValue As Integer

returnValue = instance.OnCommitComplete()
public virtual int OnCommitComplete()
public:
virtual int OnCommitComplete()
public function OnCommitComplete() : int

Return Value

Type: System.Int32

S_OK.

Implements

IVsCompletionSetEx.OnCommitComplete()

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.

Permissions

See Also

Reference

CompletionSet Class

CompletionSet Members

Microsoft.VisualStudio.Package Namespace