CompletionSet.OnCommitText Property

Definition

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

public:
 property System::String ^ OnCommitText { System::String ^ get(); };
public:
 property Platform::String ^ OnCommitText { Platform::String ^ get(); };
public string OnCommitText { get; }
member this.OnCommitText : string
Public ReadOnly Property OnCommitText As String

Property Value

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

Remarks

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.

Applies to