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

適用対象

こちらもご覧ください