PSDBUtility.GuidArrayToCommaDelimitedString 方法 (Guid[], Int32, Int32)
保留給內部使用。
命名空間: Microsoft.Office.Project.Server.Library
組件: Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)
語法
'宣告
Public Shared Function GuidArrayToCommaDelimitedString ( _
arrayGuids As Guid(), _
startIndex As Integer, _
endIndex As Integer _
) As String
'用途
Dim arrayGuids As Guid()
Dim startIndex As Integer
Dim endIndex As Integer
Dim returnValue As String
returnValue = PSDBUtility.GuidArrayToCommaDelimitedString(arrayGuids, _
startIndex, endIndex)
public static string GuidArrayToCommaDelimitedString(
Guid[] arrayGuids,
int startIndex,
int endIndex
)
參數
- arrayGuids
類型:[]
- startIndex
類型:System.Int32
- endIndex
類型:System.Int32