CodeConditionStatement.TrueStatements Propiedad

Definición

Obtiene la colección de instrucciones que se van a ejecutar si la expresión condicional se evalúa como true.

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

Valor de propiedad

que CodeStatementCollection contiene las instrucciones que se van a ejecutar si la expresión condicional se evalúa como true.

Se aplica a

Consulte también