Partager via


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

  • isHighPriority
    Type : System.Boolean

    Cet objet, ce membre ou cette énumération est déconseillé et n’est pas destiné à être utilisé dans votre code.

  • title
    Type : System.String

    Une 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

Voir aussi

Référence

SocialCommentManager classe

SocialCommentManager - Membres

AddComment - Surcharge

Microsoft.Office.Server.SocialData - Espace de noms