ICustomAstVisitor.VisitAttribute(AttributeAst) 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.
public:
System::Object ^ VisitAttribute(System::Management::Automation::Language::AttributeAst ^ attributeAst);
public object VisitAttribute (System.Management.Automation.Language.AttributeAst attributeAst);
public virtual object VisitAttribute (System.Management.Automation.Language.AttributeAst attributeAst);
public virtual object? VisitAttribute (System.Management.Automation.Language.AttributeAst attributeAst);
abstract member VisitAttribute : System.Management.Automation.Language.AttributeAst -> obj
abstract member VisitAttribute : System.Management.Automation.Language.AttributeAst -> obj
override this.VisitAttribute : System.Management.Automation.Language.AttributeAst -> obj
Public Function VisitAttribute (attributeAst As AttributeAst) As Object
Public Overridable Function VisitAttribute (attributeAst As AttributeAst) As Object
Parameters
- attributeAst
- AttributeAst