DynamicKeyword.PreParse Property

Definition

A custom function that gets executed at parsing time before parsing dynamickeyword block The delegate has one parameter: DynamicKeyword.

public:
 property Func<System::Management::Automation::Language::DynamicKeyword ^, cli::array <System::Management::Automation::Language::ParseError ^> ^> ^ PreParse { Func<System::Management::Automation::Language::DynamicKeyword ^, cli::array <System::Management::Automation::Language::ParseError ^> ^> ^ get(); void set(Func<System::Management::Automation::Language::DynamicKeyword ^, cli::array <System::Management::Automation::Language::ParseError ^> ^> ^ value); };
public Func<System.Management.Automation.Language.DynamicKeyword,System.Management.Automation.Language.ParseError[]> PreParse { get; set; }
member this.PreParse : Func<System.Management.Automation.Language.DynamicKeyword, System.Management.Automation.Language.ParseError[]> with get, set
Public Property PreParse As Func(Of DynamicKeyword, ParseError())

Property Value

Applies to