HashTagCollection 类
表示微博文章中的哈希标记的集合。GetTrendingTags方法返回此集合。
继承层次结构
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<HashTag>
Microsoft.SharePoint.Client.UserProfiles.HashTagCollection
命名空间: Microsoft.SharePoint.Client.UserProfiles
程序集: Microsoft.SharePoint.Client.UserProfiles.Silverlight(位于 Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll 中); Microsoft.SharePoint.Client.UserProfiles.Phone(位于 Microsoft.SharePoint.Client.UserProfiles.Phone.dll 中) Microsoft.SharePoint.Client.UserProfiles(位于 Microsoft.SharePoint.Client.UserProfiles.dll 中)
语法
声明
Public Class HashTagCollection _
Inherits ClientObjectCollection(Of HashTag)
用法
Dim instance As HashTagCollection
public class HashTagCollection : ClientObjectCollection<HashTag>
备注
Hashtags 术语集中存储哈希标记。向开始和停止关注标签或找出当前用户是否关注它,您需要使用标记 GUID 通过使用分类 API 来获得。请参阅如何获取标记 GUID 基于使用 JavaScript 对象模型的标记的名称。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。