ErrorStatementAst.Flags 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.
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))