AstToXamlConverter.ICustomAstVisitor.VisitNamedAttributeArgument Method

Definition

 virtual System::Object ^ System.Management.Automation.Language.ICustomAstVisitor.VisitNamedAttributeArgument(System::Management::Automation::Language::NamedAttributeArgumentAst ^ namedAttributeArgumentAst) = System::Management::Automation::Language::ICustomAstVisitor::VisitNamedAttributeArgument;
object ICustomAstVisitor.VisitNamedAttributeArgument (System.Management.Automation.Language.NamedAttributeArgumentAst namedAttributeArgumentAst);
abstract member System.Management.Automation.Language.ICustomAstVisitor.VisitNamedAttributeArgument : System.Management.Automation.Language.NamedAttributeArgumentAst -> obj
override this.System.Management.Automation.Language.ICustomAstVisitor.VisitNamedAttributeArgument : System.Management.Automation.Language.NamedAttributeArgumentAst -> obj
Function VisitNamedAttributeArgument (namedAttributeArgumentAst As NamedAttributeArgumentAst) As Object Implements ICustomAstVisitor.VisitNamedAttributeArgument

Parameters

namedAttributeArgumentAst
NamedAttributeArgumentAst

Returns

Implements

Applies to