CompletionSet.OnCommitText Property
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.
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.