CodeIterationStatement.Statements Propiedad

Definición

Obtiene la colección de instrucciones que se van a ejecutar en el bucle .

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

Valor de propiedad

Matriz de tipo CodeStatement que indica las instrucciones dentro del bucle.

Se aplica a

Consulte también