SocialCommentManager.GetComments-Methode (Uri, Int32, Int32)
Ruft alle sozialen Kommentare erstellt für die angegebene URL, bis die angegebene maximale Anzahl und beginnend am angegebenen nullbasierten Index ab.
Namespace: Microsoft.Office.Server.SocialData
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function GetComments ( _
url As Uri, _
maximumItemsToReturn As Integer, _
startIndex As Integer _
) As SocialComment()
'Usage
Dim instance As SocialCommentManager
Dim url As Uri
Dim maximumItemsToReturn As Integer
Dim startIndex As Integer
Dim returnValue As SocialComment()
returnValue = instance.GetComments(url, _
maximumItemsToReturn, startIndex)
public SocialComment[] GetComments(
Uri url,
int maximumItemsToReturn,
int startIndex
)
Parameter
- url
Typ: System.Uri
- maximumItemsToReturn
Typ: System.Int32
- startIndex
Typ: System.Int32
Rückgabewert
Typ: []