CodeTryCatchFinallyStatement.TryStatements Vlastnost

Definice

Získá příkazy, které se mají vyzkoušet.

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

Hodnota vlastnosti

A CodeStatementCollection , který označuje příkazy, které se mají vyzkoušet.

Platí pro

Viz také