CodeTryCatchFinallyStatement.FinallyStatements Vlastnost

Definice

Získá příkazy finally, které chcete použít.

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

Hodnota vlastnosti

A CodeStatementCollection , který označuje příkazy finally.

Platí pro

Viz také