Поделиться через


CodeCatchClause.Statements Свойство

Определение

Получает операторы внутри блока перехвата.

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

Значение свойства

CodeStatementCollection содержит операторы внутри блока перехвата.

Применяется к

См. также раздел