다음을 통해 공유


CodeMemberEvent.ImplementationTypes 속성

정의

멤버 이벤트가 구현하는 데이터 형식을 가져오거나 설정합니다.

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

속성 값

멤버 이벤트가 구현하는 데이터 형식을 나타내는 CodeTypeReferenceCollection입니다.

설명

참조되는 형식은 인터페이스 또는 기본 클래스로 구성되어야 합니다.

적용 대상