TermStore.Groups 屬性
取得的子集合Group物件的TermStore
命名空間: Microsoft.SharePoint.Client.Taxonomy
組件: Microsoft.SharePoint.Client.Taxonomy.Silverlight (在 Microsoft.SharePoint.Client.Taxonomy.Silverlight.dll 中); Microsoft.SharePoint.Client.Taxonomy.Phone (在 Microsoft.SharePoint.Client.Taxonomy.Phone.dll 中) Microsoft.SharePoint.Client.Taxonomy (在 Microsoft.SharePoint.Client.Taxonomy.dll 中)
語法
'宣告
Public ReadOnly Property Groups As TermGroupCollection
Get
'用途
Dim instance As TermStore
Dim value As TermGroupCollection
value = instance.Groups
public TermGroupCollection Groups { get; }
屬性值
類型:Microsoft.SharePoint.Client.Taxonomy.TermGroupCollection
此 TermStore 的子群組物件的集合
備註
如果目前的使用者是為伺服器陣列或租用戶管理員群組的所有物件便會都傳回,包括網站集合的群組。否則,便會傳回所有全域群組,並將傳回僅限目前網站的網站集合群組,若有的話。