PSDBUtility.IntArrayListToCommaDelimitedString 方法
附註:此 API 目前已過時。
保留給內部使用。
命名空間: Microsoft.Office.Project.Server.Library
組件: Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)
語法
'宣告
<ObsoleteAttribute("Deprecated in o14")> _
Public Shared Function IntArrayListToCommaDelimitedString ( _
alInts As ArrayList _
) As String
'用途
Dim alInts As ArrayList
Dim returnValue As String
returnValue = PSDBUtility.IntArrayListToCommaDelimitedString(alInts)
[ObsoleteAttribute("Deprecated in o14")]
public static string IntArrayListToCommaDelimitedString(
ArrayList alInts
)
參數
- alInts
類型:System.Collections.ArrayList