ICompletionSession.Commit Method
Commits a completion session. The selected completion's insertion text is inserted into the buffer in the place of its applicability span.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Sub Commit
void Commit()
void Commit()
abstract Commit : unit -> unit
function Commit()
.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.