CodeTryCatchFinallyStatement.FinallyStatements Tulajdonság

Definíció

Lekéri a végre használni kívánt utasításokat.

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

Tulajdonság értéke

A CodeStatementCollection , amely a végső állításokat jelzi.

A következőre érvényes:

Lásd még