Metodo DedAttrCollectionInsert
|
Aggiunge e restituisce un un nuovo elemento alla collezione inserendolo alla posizione specificata.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public DedAttr Insert(
int index,
string Nome,
string Prompt,
Type TipoDati,
bool isSparePart
)
Public Function Insert (
index As Integer,
Nome As String,
Prompt As String,
TipoDati As Type,
isSparePart As Boolean
) As DedAttr
public:
DedAttr^ Insert(
int index,
String^ Nome,
String^ Prompt,
Type^ TipoDati,
bool isSparePart
)
member Insert :
index : int *
Nome : string *
Prompt : string *
TipoDati : Type *
isSparePart : bool -> DedAttr
Parametri
- index
- Tipo: SystemInt32
Indice di inserimento del nuovo elemento. - Nome
- Tipo: SystemString
Nome dell'attributo. - Prompt
- Tipo: SystemString
Prompt dell'attributo. - TipoDati
- Tipo: SystemType
Tipo dati dell'attributo. - isSparePart
- Tipo: SystemBoolean
Valore di ritorno
Tipo:
DedAttrRestituisce l'attributo aggiunto.
Vedi anche