Metodo DedAttrCollectionInsert
|
Aggiunge e restituisce un un nuovo elemento alla collezione inserendolo alla posizione specificata.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.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 Int32
- Indice di inserimento del nuovo elemento.
- Nome String
- Nome dell'attributo.
- Prompt String
- Prompt dell'attributo.
- TipoDati Type
- Tipo dati dell'attributo.
- isSparePart Boolean
Valore di ritorno
DedAttrRestituisce l'attributo aggiunto.
Vedi anche