다음을 통해 공유


CodeMemberProperty.SetStatements 속성

정의

속성에 대한 set 문의 컬렉션을 가져옵니다.

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

속성 값

멤버 속성의 set 문을 포함하는 CodeStatementCollection입니다.

설명

이 컬렉션의 문 중 하나는 일반적으로 속성의 값을 설정합니다. 종종 set 메서드 접근자 내의 문은 확인을 수행하여 속성에 대해 지정된 값을 설정하거나 변환할지 여부를 결정합니다. 는 CodePropertySetValueReferenceExpression set 메서드에 전달된 개체에 대한 참조를 나타냅니다.

적용 대상

추가 정보