CandidateSet.IsValidCandidate(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value which indicates where the Endpoint is considered a valid candidate for the current request.
public:
bool IsValidCandidate(int index);
public bool IsValidCandidate (int index);
member this.IsValidCandidate : int -> bool
Public Function IsValidCandidate (index As Integer) As Boolean
Parameters
- index
- Int32
The candidate index.
Returns
true
if the candidate at position index
is considered valid
for the current request, otherwise false
.