VisualBasicSyntaxVisitor.VisitPropertyStatement 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:
virtual void VisitPropertyStatement(Microsoft::CodeAnalysis::VisualBasic::Syntax::PropertyStatementSyntax ^ node);
public virtual void VisitPropertyStatement (Microsoft.CodeAnalysis.VisualBasic.Syntax.PropertyStatementSyntax node);
abstract member VisitPropertyStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.PropertyStatementSyntax -> unit
override this.VisitPropertyStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.PropertyStatementSyntax -> unit
Public Overridable Sub VisitPropertyStatement (node As PropertyStatementSyntax)