ParserOptions.TextFirst 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.
If true, parse starts in text literal mode, with string interpolation islands of ${ ... }. If the starting non-whitespace charatcer is an equal sign ("="), a normal parse is used instead.
public bool TextFirst { get; set; }
member this.TextFirst : bool with get, set
Public Property TextFirst As Boolean