PropertyCollection.CopyTo - Méthode
Copie la collection de propriétés dans un tableau de propriétés, dans l'index spécifié.
Espace de noms : Microsoft.Office.Project.Server.Library
Assembly : Microsoft.Office.Project.Server.Library (dans Microsoft.Office.Project.Server.Library.dll)
Syntaxe
'Déclaration
Public Sub CopyTo ( _
array As Property(), _
index As Integer _
)
'Utilisation
Dim instance As PropertyCollection
Dim array As Property()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
Property[] array,
int index
)
Paramètres
array
Type : []Le tableau de propriétés dans lequel la collection de propriétés est copiée.
index
Type : System.Int32L'index du tableau pour démarrer la copie.