Impossibile utilizzare '<nometipo>' come attributo perché è dichiarato 'MustInherit'

Aggiornamento: novembre 2007

'<typename>' cannot be used as an attribute because it is declared 'MustInherit'

Le classi di attributi personalizzati non possono essere dichiarate MustInherit.

ID errore: BC31506

Per correggere l'errore

  • Rimuovere il modificatore MustInherit dagli attributi personalizzati.

Vedere anche

Riferimenti

AttributeUsageAttribute

Altre risorse

Attributi personalizzati in Visual Basic