次の方法で共有


CodeTryCatchFinallyStatement.FinallyStatements プロパティ

定義

使用する finally ステートメントを取得します。

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

プロパティ値

finally ステートメントを示す CodeStatementCollection

適用対象

こちらもご覧ください