Metodo DedCommCollectionsItems
|
Restituisce l'elemento iesimo.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public DedCommCollectionItem Items(
int index
)
Public Function Items (
index As Integer
) As DedCommCollectionItem
public:
DedCommCollectionItem^ Items(
int index
)
member Items :
index : int -> DedCommCollectionItem
Parametri
- index
- Tipo: SystemInt32
Indice dell'elemento da restituire.
Valore di ritorno
Tipo:
DedCommCollectionItemVedi anche