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 A 包含要執行的語句,若條件表達式值為 false

適用於

另請參閱