KeywordsEnumerator 构造函数
KeywordsEnumerator类的新实例进行初始化。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Sub New ( _
specialTerms As KeywordCollection _
)
用法
Dim specialTerms As KeywordCollection
Dim instance As New KeywordsEnumerator(specialTerms)
public KeywordsEnumerator(
KeywordCollection specialTerms
)
参数
specialTerms
类型:Microsoft.Office.Server.Search.Administration.KeywordCollection要循环访问KeywordCollection 。