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
'Declaration
Public Overridable Function OnCommitComplete As Integer
'Usage
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.