'<nome>' non può esporre il tipo delegato '<tipodelegato>' sottostante dell'evento che viene implementato all'esterno del progetto mediante <identificatore> '<tipo>'

Aggiornamento: novembre 2007

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

Il codice espone un tipo privato al di fuori della classe pubblica.

ID errore: BC30915

Per correggere l'errore

  • Dichiarare il tipo Public.

    -oppure-

  • Utilizzare un altro tipo.

Vedere anche

Altre risorse

Programmazione orientata a oggetti in Visual Basic