다음을 통해 공유


PropertyGeneratedEventArgs.AdditionalSetStatements 속성

정의

이 클래스는 공용이 아니며, 데이터 서비스와 통신할 강력한 형식의 클라이언트 쪽 개체를 생성하는 데 사용됩니다.

public:
 property System::Collections::Generic::List<System::CodeDom::CodeStatement ^> ^ AdditionalSetStatements { System::Collections::Generic::List<System::CodeDom::CodeStatement ^> ^ get(); };
public System.Collections.Generic.List<System.CodeDom.CodeStatement> AdditionalSetStatements { get; }
member this.AdditionalSetStatements : System.Collections.Generic.List<System.CodeDom.CodeStatement>
Public ReadOnly Property AdditionalSetStatements As List(Of CodeStatement)

속성 값

추가 Set 문입니다.

적용 대상