Metodo DedAttAdd(String, String, String)
|
Aggiunge un elemento accodandolo alla lista.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public 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