IExpressionEditorInstance.GetCommittedText 方法
定义
获取用于生成表达式的文本。Gets the text used to generate an expression.
public:
System::String ^ GetCommittedText();
public string GetCommittedText ();
abstract member GetCommittedText : unit -> string
Public Function GetCommittedText () As String
返回
用于生成表达式的文本。The text used to generate an expression.