ICompletionSession.Commit 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.
Commits a completion session. The selected completion's insertion text is inserted into the buffer in place of its applicability span.
public:
void Commit();
public:
void Commit();
void Commit();
public void Commit ();
abstract member Commit : unit -> unit
Public Sub Commit ()