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

適用於

另請參閱