共用方式為


SocialTagManager.GetTags Method (Uri)

Retrieves an array of SocialTag objects that are owned by the current user and that contain the specified URL.

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

Syntax

'Declaration
Public Function GetTags ( _
    url As Uri _
) As SocialTag()
'Usage
Dim instance As SocialTagManager
Dim url As Uri
Dim returnValue As SocialTag()

returnValue = instance.GetTags(url)
public SocialTag[] GetTags(
    Uri url
)

Parameters

Return Value

Type: []

See Also

Reference

SocialTagManager Class

SocialTagManager Members

GetTags Overload

Microsoft.Office.Server.SocialData Namespace