KeywordsEnumerator-Konstruktor
Initialisiert eine neue Instanz der KeywordsEnumerator -Klasse.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
specialTerms As KeywordCollection _
)
'Usage
Dim specialTerms As KeywordCollection
Dim instance As New KeywordsEnumerator(specialTerms)
public KeywordsEnumerator(
KeywordCollection specialTerms
)
Parameter
specialTerms
Typ: Microsoft.Office.Server.Search.Administration.KeywordCollectionKeywordCollection zum durchlaufen.