Share via


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

プロパティ値

条件式が false と評価される場合に実行されるステートメントを格納している、CodeStatementCollection

適用対象

こちらもご覧ください