다음을 통해 공유


PropertyGeneratedEventArgs.AdditionalGetStatements 속성

정의

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

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

속성 값

추가 Get 문입니다.

적용 대상