共用方式為


TermCollection 類別

表示Term物件的集合。

繼承階層架構

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<Term>
        Microsoft.SharePoint.Client.Taxonomy.TermCollection

命名空間:  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 NotInheritable Class TermCollection _
    Inherits ClientObjectCollection(Of Term)
'用途
Dim instance As TermCollection
public sealed class TermCollection : ClientObjectCollection<Term>

備註

本課程提供標準支援IEnumerator介面和ICollection介面整數索引子透過GenericCollection基底類別。此外還提供字串索引子Term物件的預設Label物件為基礎,GUID 索引。

執行緒安全

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

請參閱

參照

TermCollection 成員

Microsoft.SharePoint.Client.Taxonomy 命名空間