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