KeywordCollection 类
表示Keyword对象的集合。
继承层次结构
System.Object
Microsoft.Office.Server.Search.Administration.KeywordCollection
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class KeywordCollection _
Implements IEnumerable
用法
Dim instance As KeywordCollection
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class KeywordCollection : IEnumerable
备注
使用Keywords类的AllKeywords属性来获取与特定站点关联的所有关键字的集合。
若要向集合中添加新的关键字,使用KeywordCollection类的**Create()**方法。
使用索引器从KeywordCollection类返回单个关键字。例如,假定该集合分配给名为siteKeywords的变量,使用siteKeywords[index] 在 Microsoft Visual C# 或siteKeywords(index) 在 Microsoft Visual Basic 中,其中, index是一个字符串,表示关键字术语。
有关关键字和最佳匹配中SharePoint 企业级搜索的详细信息,请参阅Managing Keywords。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。