Share via


CodeCatchClause.Statements 属性

定义

获取 catch 块中的语句。

public:
 property System::CodeDom::CodeStatementCollection ^ Statements { System::CodeDom::CodeStatementCollection ^ get(); };
public System.CodeDom.CodeStatementCollection Statements { get; }
member this.Statements : System.CodeDom.CodeStatementCollection
Public ReadOnly Property Statements As CodeStatementCollection

属性值

包含 catch 块中语句的 CodeStatementCollection

适用于

另请参阅