[VB.NET] equivalente del comando Attribute (vb6) in VB.NET

ZumbaMan

Nuovo Utente
22 Gen 2014
28
0
0
Vorrei sapere se c'e' l'equivalente del comando Attribute in VB.NET
Codice:
Property Get Item(ByVal pIndex As Long) As String
Attribute Item.VB_Description = "Sets / Returns an Item in the array by its 1 based index."
Per il momento mi serve usare la proprieta' Description ma ho visto che ci sono altre proprieta'.
Era solo per mettere una descrizione in una Property.

Grazie
 
Ciao, in VB.NET viene utilizzato direttamente il nome assegnato alla classe, non è necessario specificare un attributo.
 

Discussioni simili