Version

StartSymbol Property

Gets or sets a the NonTerminalSymbol which should be represented by the SyntaxNode at the root of the SyntaxTree.
Syntax
'Declaration
 
Public Property StartSymbol As NonTerminalSymbol
public NonTerminalSymbol StartSymbol {get; set;}
Exceptions
ExceptionDescription
System.InvalidOperationExceptionOccurs when the value is set and IsMutable is False.
System.ArgumentExceptionOccurs when the value specified does not belong to the NonTerminalSymbols collection.
Remarks

The StartSymbol property must be set to a non-null value prior to loading text into a document or an System.InvalidOperationException will be thrown.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also