次の方法で共有


CatchBlockSyntax.CatchStatement Property

Definition

The "Catch" statement that begins the "Catch" block.

public:
 property Microsoft::CodeAnalysis::VisualBasic::Syntax::CatchStatementSyntax ^ CatchStatement { Microsoft::CodeAnalysis::VisualBasic::Syntax::CatchStatementSyntax ^ get(); };
public Microsoft.CodeAnalysis.VisualBasic.Syntax.CatchStatementSyntax CatchStatement { get; }
member this.CatchStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.CatchStatementSyntax
Public ReadOnly Property CatchStatement As CatchStatementSyntax

Property Value

Applies to