SocialCommentManager.AddComment - Méthode (Uri, String, Boolean, String)
Ajoute le commentaire spécifié à l'URL spécifiée et donne le commentaire de la priorité spécifiée et le titre.
Espace de noms : Microsoft.Office.Server.SocialData
Assembly : Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)
Syntaxe
'Déclaration
Public Function AddComment ( _
url As Uri, _
comment As String, _
isHighPriority As Boolean, _
title As String _
) As SocialComment
'Utilisation
Dim instance As SocialCommentManager
Dim url As Uri
Dim comment As String
Dim isHighPriority As Boolean
Dim title As String
Dim returnValue As SocialComment
returnValue = instance.AddComment(url, _
comment, isHighPriority, title)
public SocialComment AddComment(
Uri url,
string comment,
bool isHighPriority,
string title
)
Paramètres
- url
Type : System.Uri
- comment
Type : System.String
isHighPriority
Type : System.BooleanCet objet, ce membre ou cette énumération est déconseillé et n’est pas destiné à être utilisé dans votre code.
title
Type : System.StringUne valeur de type string qui représente le titre de l'objet en cours de mise en commentaire.
Valeur renvoyée
Type : Microsoft.Office.Server.SocialData.SocialComment