Metodo DedAttAdd(String, String, String)
             | 
          
        
        
            Aggiunge un elemento accodandolo alla lista.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic DedAttItem Add(
	string val,
	string desc,
	string valoreAlt
)
Public Function Add ( 
	val As String,
	desc As String,
	valoreAlt As String
) As DedAttItem
public:
DedAttItem^ Add(
	String^ val, 
	String^ desc, 
	String^ valoreAlt
)
member Add : 
        val : string * 
        desc : string * 
        valoreAlt : string -> DedAttItem Parametri
- val  String
 - Valore dell'elemento.
 - desc  String
 - Descrizione.
 - valoreAlt  String
 - Valore alternativo.
 
Valore di ritorno
DedAttItemRestituisce l'elemento appena aggiunto.
Vedi anche