Compartir a través de


(Uri, String, Boolean, String) del método SocialCommentManager.AddComment

Agrega el comentario especificado a la dirección URL especificada y proporciona el comentario la prioridad especificada y el título.

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

Sintaxis

'Declaración
Public Function AddComment ( _
    url As Uri, _
    comment As String, _
    isHighPriority As Boolean, _
    title As String _
) As SocialComment
'Uso
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
)

Parámetros

  • isHighPriority
    Tipo: System.Boolean

    Este objeto, miembro o enumeración está en desuso y no debería usarse en el código.

  • title
    Tipo: System.String

    Un valor de cadena que representa el título del objeto estuviera comentado.

Valor devuelto

Tipo: Microsoft.Office.Server.SocialData.SocialComment

Vea también

Referencia

clase SocialCommentManager

Miembros SocialCommentManager

Sobrecarga AddComment

Espacio de nombres Microsoft.Office.Server.SocialData