AstToXamlConverter.ICustomAstVisitor.VisitAttribute(AttributeAst) Method

Definition

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

Parameters

attributeAst
AttributeAst

Returns

Implements

Applies to