DynamicKeyword.SemanticCheck 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 checks semantic for the given DynamicKeywordStatementAst
public:
property Func<System::Management::Automation::Language::DynamicKeywordStatementAst ^, cli::array <System::Management::Automation::Language::ParseError ^> ^> ^ SemanticCheck { Func<System::Management::Automation::Language::DynamicKeywordStatementAst ^, cli::array <System::Management::Automation::Language::ParseError ^> ^> ^ get(); void set(Func<System::Management::Automation::Language::DynamicKeywordStatementAst ^, cli::array <System::Management::Automation::Language::ParseError ^> ^> ^ value); };
public Func<System.Management.Automation.Language.DynamicKeywordStatementAst,System.Management.Automation.Language.ParseError[]> SemanticCheck { get; set; }
member this.SemanticCheck : Func<System.Management.Automation.Language.DynamicKeywordStatementAst, System.Management.Automation.Language.ParseError[]> with get, set
Public Property SemanticCheck As Func(Of DynamicKeywordStatementAst, ParseError())