AstToXamlConverter.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.
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