PSDBUtility.IntArrayListToCommaDelimitedString - Méthode
Remarque : cette API est désormais obsolète.
Réservé à une utilisation interne.
Espace de noms : Microsoft.Office.Project.Server.Library
Assembly : Microsoft.Office.Project.Server.Library (dans Microsoft.Office.Project.Server.Library.dll)
Syntaxe
'Déclaration
<ObsoleteAttribute("Deprecated in o14")> _
Public Shared Function IntArrayListToCommaDelimitedString ( _
alInts As ArrayList _
) As String
'Utilisation
Dim alInts As ArrayList
Dim returnValue As String
returnValue = PSDBUtility.IntArrayListToCommaDelimitedString(alInts)
[ObsoleteAttribute("Deprecated in o14")]
public static string IntArrayListToCommaDelimitedString(
ArrayList alInts
)
Paramètres
- alInts
Type : System.Collections.ArrayList
Valeur renvoyée
Type : System.String