CodeTryCatchFinallyStatement.FinallyStatements Propriété

Définition

Obtient les instructions finally à utiliser.

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

Valeur de propriété

CodeStatementCollection indiquant les instructions finally.

S’applique à

Voir aussi