ResultTableCollection.Exists, méthode (Microsoft.Office.Server.Search.Query)
Returns a Boolean value that indicates whether the specified ResultTable object exists in the collection.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Function Exists ( _
requestedType As ResultType _
) As Boolean
'Utilisation
Dim instance As ResultTableCollection
Dim requestedType As ResultType
Dim returnValue As Boolean
returnValue = instance.Exists(requestedType)
public bool Exists (
ResultType requestedType
)
Paramètres
- requestedType
A value from the ResultType enumeration.
Valeur de retour
true if the specified ResultTable object exists; otherwise, false.
Voir aussi
Référence
ResultTableCollection, classe
Membres ResultTableCollection
Microsoft.Office.Server.Search.Query, espace de noms