ErrorStatementAst.Flags Property

Definition

The flags specified and their value. The value is null if it's not specified. e.g. switch -regex -file c:\demo.txt ---> regex -- null file -- { c:\demo.txt }

public:
 property System::Collections::Generic::Dictionary<System::String ^, Tuple<System::Management::Automation::Language::Token ^, System::Management::Automation::Language::Ast ^> ^> ^ Flags { System::Collections::Generic::Dictionary<System::String ^, Tuple<System::Management::Automation::Language::Token ^, System::Management::Automation::Language::Ast ^> ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,Tuple<System.Management.Automation.Language.Token,System.Management.Automation.Language.Ast>> Flags { get; }
member this.Flags : System.Collections.Generic.Dictionary<string, System.Management.Automation.Language.Token * System.Management.Automation.Language.Ast>
Public ReadOnly Property Flags As Dictionary(Of String, Tuple(Of Token, Ast))

Property Value

Applies to