Condividi tramite


CodeTryCatchFinallyStatement.TryStatements Proprietà

Definizione

Restituisce le istruzioni da provare.

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

Valore della proprietà

CodeStatementCollection che indica le istruzioni da provare.

Si applica a

Vedi anche