CodeConditionStatement.FalseStatements 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果條件運算式判定為 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
時,所要執行的陳述式。