ResourceCandidate.IsMatch Propriété
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.
Indique si ce ResourceCandidate correspondait au ResourceContext sur lequel il a été évalué.
public:
property bool IsMatch { bool get(); };
bool IsMatch();
public bool IsMatch { get; }
var boolean = resourceCandidate.isMatch;
Public ReadOnly Property IsMatch As Boolean
Valeur de propriété
Boolean
bool
true
si le ResourceCandidate correspond au contexte ; sinon, false
.