CodeCatchClause.Statements Vlastnost

Definice

Získá příkazy v rámci bloku catch.

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

Hodnota vlastnosti

Obsahující CodeStatementCollection příkazy v rámci bloku catch.

Platí pro

Viz také