CodeConditionStatement.FalseStatements 属性

定义

获取在条件表达式的计算结果为 false时要执行的语句的集合。

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

属性值

CodeStatementCollection包含条件表达式计算结果为false时要执行的语句。

适用于

另请参阅