Compartir a través de


(Guid[], Int32, Int32) del método PSDBUtility.GuidArrayToCommaDelimitedString

Reservado para uso interno.

Espacio de nombres:  Microsoft.Office.Project.Server.Library
Ensamblado:  Microsoft.Office.Project.Server.Library (en Microsoft.Office.Project.Server.Library.dll)

Sintaxis

'Declaración
Public Shared Function GuidArrayToCommaDelimitedString ( _
    arrayGuids As Guid(), _
    startIndex As Integer, _
    endIndex As Integer _
) As String
'Uso
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
)

Parámetros

  • arrayGuids
    Tipo: []

Valor devuelto

Tipo: System.String

Vea también

Referencia

clase PSDBUtility

Miembros PSDBUtility

Sobrecarga GuidArrayToCommaDelimitedString

Espacio de nombres Microsoft.Office.Project.Server.Library