次の方法で共有


VisualBasicSyntaxVisitor<TResult>.VisitPropertyStatement メソッド

定義

public:
 virtual TResult VisitPropertyStatement(Microsoft::CodeAnalysis::VisualBasic::Syntax::PropertyStatementSyntax ^ node);
public virtual TResult VisitPropertyStatement (Microsoft.CodeAnalysis.VisualBasic.Syntax.PropertyStatementSyntax node);
abstract member VisitPropertyStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.PropertyStatementSyntax -> 'Result
override this.VisitPropertyStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.PropertyStatementSyntax -> 'Result
Public Overridable Function VisitPropertyStatement (node As PropertyStatementSyntax) As TResult

パラメーター

戻り値

TResult

適用対象