다음을 통해 공유


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

속성 값

조건식이 false인 경우 실행할 문이 들어 있는 CodeStatementCollection입니다.

적용 대상

추가 정보