CodeTryCatchFinallyStatement.FinallyStatements 屬性

定義

取得要使用的 Finally 陳述式 (Statement)。

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

屬性值

CodeStatementCollection,表示 Finally 陳述式。

適用於

另請參閱