AstToXamlConverter.ICustomAstVisitor.VisitUnaryExpression Method
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.
virtual System::Object ^ System.Management.Automation.Language.ICustomAstVisitor.VisitUnaryExpression(System::Management::Automation::Language::UnaryExpressionAst ^ unaryExpressionAst) = System::Management::Automation::Language::ICustomAstVisitor::VisitUnaryExpression;
object ICustomAstVisitor.VisitUnaryExpression (System.Management.Automation.Language.UnaryExpressionAst unaryExpressionAst);
abstract member System.Management.Automation.Language.ICustomAstVisitor.VisitUnaryExpression : System.Management.Automation.Language.UnaryExpressionAst -> obj
override this.System.Management.Automation.Language.ICustomAstVisitor.VisitUnaryExpression : System.Management.Automation.Language.UnaryExpressionAst -> obj
Function VisitUnaryExpression (unaryExpressionAst As UnaryExpressionAst) As Object Implements ICustomAstVisitor.VisitUnaryExpression
Parameters
- unaryExpressionAst
- UnaryExpressionAst