Term 類別
代表Term或受管理的中繼資料階層中的關鍵字。
繼承階層架構
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Taxonomy.TaxonomyItem
Microsoft.SharePoint.Client.Taxonomy.TermSetItem
Microsoft.SharePoint.Client.Taxonomy.Term
命名空間: 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 Term _
Inherits TermSetItem
'用途
Dim instance As Term
public sealed class Term : TermSetItem
備註
字詞就會儲存在TermStore物件TermSetItem物件。它 containsreferences 定義字詞組件的設定項目。
可重複使用字詞不同父系下。它可能會有與其相關聯的自訂屬性。可能的其他LCID與其相關聯的多個Label物件。
[ IsKeyword ] 屬性設定為true, Term代表關鍵字。關鍵字沒有任何子系,並且儲存在關鍵字 TermSet。
起始使用CreateTerm()方法,靜態GetTerm方法,或從TermCollection物件進行取得此類別的新的執行個體。
執行緒安全
這類型的任何公用 static (共用 於 Visual Basic 中) 成員是安全執行緒。不保證任何執行個體成員都是安全執行緒。