다음을 통해 공유


'<name>'은(는) <specifier> '<type>'을(를) 통해 프로젝트 외부에 구현하고 있는 이벤트의 내부 대리자 형식 '<delegatetype>'을(를) 노출할 수 없습니다.

업데이트: 2007년 11월

'<name>' cannot expose the underlying delegate type '<delegatetype>' of the event it is implementing outside the project through <specifier> '<type>'

코드가 public 클래스 외부로 private 형식을 노출합니다.

오류 ID: BC30915

이 오류를 해결하려면

  • 형식을 Public으로 선언합니다.

    -또는-

  • 다른 형식을 사용합니다.

참고 항목

기타 리소스

Visual Basic의 개체 지향 프로그래밍