Freigeben über


SocialCommentManager.GetComments-Methode (Uri)

Ruft alle sozialen Kommentare für den angegebenen URL erstellt.

Namespace:  Microsoft.Office.Server.SocialData
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Function GetComments ( _
    url As Uri _
) As SocialComment()
'Usage
Dim instance As SocialCommentManager
Dim url As Uri
Dim returnValue As SocialComment()

returnValue = instance.GetComments(url)
public SocialComment[] GetComments(
    Uri url
)

Parameter

Rückgabewert

Typ: []

Siehe auch

Referenz

SocialCommentManager Klasse

SocialCommentManager-Member

GetComments-Überladung

Microsoft.Office.Server.SocialData-Namespace