CodeConditionStatement.TrueStatements プロパティ

定義

条件式が trueに評価された場合に実行するステートメントのコレクションを取得します。

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

プロパティ値

条件式がCodeStatementCollectionに評価された場合に実行するステートメントを含むtrue

適用対象

こちらもご覧ください