共用方式為


SocialTagManager.GetAllUrls Method

Retrieves an array of SocialUrl objects that have been tagged with the specified term.

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

Syntax

'Declaration
Public Function GetAllUrls ( _
    term As Term _
) As SocialUrl()
'Usage
Dim instance As SocialTagManager
Dim term As Term
Dim returnValue As SocialUrl()

returnValue = instance.GetAllUrls(term)
public SocialUrl[] GetAllUrls(
    Term term
)

Parameters

Return Value

Type: []

See Also

Reference

SocialTagManager Class

SocialTagManager Members

Microsoft.Office.Server.SocialData Namespace