CodeTryCatchFinallyStatement.TryStatements 属性

定义

获取要尝试的语句。

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

属性值

CodeStatementCollection,指示要尝试 (Try) 的语句。

适用于

另请参阅