共用方式為


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 時,所要執行的陳述式。

適用於

另請參閱