DynamicKeyword.PreParse 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.
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())