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

適用対象

こちらもご覧ください