CodeTryCatchFinallyStatement.FinallyStatements 屬性

定義

取得最後的語句來使用。

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

屬性值

A CodeStatementCollection 表示最後的陳述。

適用於

另請參閱