CandidateSet.IsValidCandidate(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique où est Endpoint considéré comme un candidat valide pour la requête actuelle.
public:
bool IsValidCandidate(int index);
public bool IsValidCandidate (int index);
member this.IsValidCandidate : int -> bool
Public Function IsValidCandidate (index As Integer) As Boolean
Paramètres
- index
- Int32
Index candidat.
Retours
true
si le candidat à la position index
est considéré comme valide pour la demande actuelle, sinon false
.