Metodo DedCommCollectionsItems
             | 
          
        
        
            Restituisce l'elemento iesimo.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic 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
DedCommCollectionItem
Vedi anche