ResourceCandidate.IsMatchAsDefault Property
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.
Indicates whether this ResourceCandidate matched the ResourceContext against which it was evaluated as a result of being a true match, a default fallback value, or a mixed match with default fallback (that is, a match in relation to some qualifiers but using default fallback values for other qualifiers).
public:
property bool IsMatchAsDefault { bool get(); };
bool IsMatchAsDefault();
public bool IsMatchAsDefault { get; }
var boolean = resourceCandidate.isMatchAsDefault;
Public ReadOnly Property IsMatchAsDefault As Boolean
Property Value
bool
true
if this candidate is an acceptable default fallback value; otherwise, false
.