CompletionSet::OnCommitText Property

 

Gets the text that is to be committed to the source file.

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

public:
property String^ OnCommitText {
	String^ get();
}

Property Value

Type: System::String^

The text if there is anything to commit, otherwise null.

This property returns the value that was determined in a call to the OnCommit method. It is typically used to discover what text was actually inserted after the insertion has taken place.

Return to top
Show: