Compartir a través de


(UserProfile, Int32, Int32) del método SocialCommentManager.GetComments

Recupera los comentarios sociales creados por el usuario especificado, hasta el número máximo especificado para recuperar y empezando por el índice de base cero especificado.

Espacio de nombres:  Microsoft.Office.Server.SocialData
Ensamblado:  Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)

Sintaxis

'Declaración
Public Function GetComments ( _
    user As UserProfile, _
    maximumItemsToReturn As Integer, _
    startIndex As Integer _
) As SocialComment()
'Uso
Dim instance As SocialCommentManager
Dim user As UserProfile
Dim maximumItemsToReturn As Integer
Dim startIndex As Integer
Dim returnValue As SocialComment()

returnValue = instance.GetComments(user, _
    maximumItemsToReturn, startIndex)
public SocialComment[] GetComments(
    UserProfile user,
    int maximumItemsToReturn,
    int startIndex
)

Parámetros

Valor devuelto

Tipo: []

Vea también

Referencia

clase SocialCommentManager

Miembros SocialCommentManager

Sobrecarga GetComments

Espacio de nombres Microsoft.Office.Server.SocialData