次の方法で共有


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

プロパティ値

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

適用対象

こちらもご覧ください