Udostępnij za pośrednictwem


CodeTryCatchFinallyStatement.FinallyStatements Właściwość

Definicja

Pobiera instrukcje w końcu do użycia.

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

Wartość właściwości

Element CodeStatementCollection wskazujący instrukcje na koniec.

Dotyczy

Zobacz też