共用方式為


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
    類型:[]

傳回值

類型:System.String

請參閱

參照

PSDBUtility 類別

PSDBUtility 成員

GuidArrayToCommaDelimitedString 多載

Microsoft.Office.Project.Server.Library 命名空間