Metodo DedCommCollectionsItems
|
Restituisce l'elemento iesimo.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.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 Int32
- Indice dell'elemento da restituire.
Valore di ritorno
DedCommCollectionItemVedi anche