CodeConditionStatement.TrueStatements Propriété

Définition

Obtient la collection d'instructions à exécuter si l'expression conditionnelle a la valeur 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

Valeur de propriété

CodeStatementCollection contenant les instructions à exécuter si l'expression conditionnelle a la valeur true.

S’applique à

Voir aussi