ErrorStatementAst.NestedAst 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.
Sometimes a valid ast is parsed successfully within the extent that this error statement represents. Those asts are contained in this collection. This collection may contain other error asts. This collection may be null when no asts were successfully constructed within the extent of this error ast.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::Language::Ast ^> ^ NestedAst { System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::Language::Ast ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.Ast> NestedAst { get; }
member this.NestedAst : System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.Ast>
Public ReadOnly Property NestedAst As ReadOnlyCollection(Of Ast)