Vorrei sapere se c'e' l'equivalente del comando Attribute in VB.NET
	
	
	
		
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
				
			
		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."
	Era solo per mettere una descrizione in una Property.
Grazie