ResourceNotFoundEventArgs.SetResolvedCandidate(ResourceCandidate) 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.
Specify a ResourceCandidate to be used when the requested candidate is not found.
public:
virtual void SetResolvedCandidate(ResourceCandidate ^ candidate) = SetResolvedCandidate;
void SetResolvedCandidate(ResourceCandidate const& candidate);
public void SetResolvedCandidate(ResourceCandidate candidate);
function setResolvedCandidate(candidate)
Public Sub SetResolvedCandidate (candidate As ResourceCandidate)
Parameters
- candidate
- ResourceCandidate
The ResourceCandidate to be used instead of the requested candidate.