ExpressionNode.ToStringForDisplay 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.
A special method to display some simple node in the UI in simplified form, which cannot always be parsed back
public virtual string ToStringForDisplay ();
abstract member ToStringForDisplay : unit -> string
override this.ToStringForDisplay : unit -> string
Public Overridable Function ToStringForDisplay () As String