CodeTryCatchFinallyStatement.TryStatements Tulajdonság

Definíció

Lekéri a kipróbálandó utasításokat.

public:
 property System::CodeDom::CodeStatementCollection ^ TryStatements { System::CodeDom::CodeStatementCollection ^ get(); };
public System.CodeDom.CodeStatementCollection TryStatements { get; }
member this.TryStatements : System.CodeDom.CodeStatementCollection
Public ReadOnly Property TryStatements As CodeStatementCollection

Tulajdonság értéke

A CodeStatementCollection , amely a kipróbálandó utasításokat jelzi.

A következőre érvényes:

Lásd még