CodeTryCatchFinallyStatement.TryStatements Propriedade

Definição

Obtém as declarações para tentar.

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

Valor de Propriedade

A CodeStatementCollection que indica as declarações a tentar.

Aplica-se a

Ver também