SocialCommentManager.GetComments - Méthode (UserProfile, Int32, Int32)
Récupère les commentaires sociaux créés par l'utilisateur spécifié, le nombre maximal spécifié pour récupérer et commençant à l'index de base zéro spécifié.
Espace de noms : Microsoft.Office.Server.SocialData
Assembly : Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)
Syntaxe
'Déclaration
Public Function GetComments ( _
user As UserProfile, _
maximumItemsToReturn As Integer, _
startIndex As Integer _
) As SocialComment()
'Utilisation
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
)
Paramètres
- user
Type : Microsoft.Office.Server.UserProfiles.UserProfile
- maximumItemsToReturn
Type : System.Int32
- startIndex
Type : System.Int32
Valeur renvoyée
Type : []