ManagedPropertyCollection.Contains - Méthode (Int32)
Indique si cette collection de propriétés gérées contient un objet spécifique ManagedProperty .
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function Contains ( _
pid As Integer _
) As Boolean
'Utilisation
Dim instance As ManagedPropertyCollection
Dim pid As Integer
Dim returnValue As Boolean
returnValue = instance.Contains(pid)
public bool Contains(
int pid
)
Paramètres
pid
Type : System.Int32Ce numéro d'identification de la propriété gérée.
Valeur renvoyée
Type : System.Boolean
[true] indique la classe ManagedPropertyCollection contient les spécifié ManagedProperty; dans le cas contraire, [false].
Voir aussi
Référence
ManagedPropertyCollection classe
ManagedPropertyCollection - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms