共用方式為


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 字詞組。若要開始及停止追蹤的標籤或找出目前的使用者是否追蹤它,您需要使用標記為使用分類 API 您取得的 GUID。瞭解如何上手的標籤 GUID 根據使用 JavaScript 物件模型的標籤的名稱

執行緒安全

這類型的任何公用 static (共用 於 Visual Basic 中) 成員是安全執行緒。不保證任何執行個體成員都是安全執行緒。

請參閱

參照

HashTagCollection 成員

Microsoft.SharePoint.Client.UserProfiles 命名空間