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

適用対象

こちらもご覧ください