ResourceNotFoundEventArgs Class
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.
Provides information about a failed attempt to retrieve a resource.
public ref class ResourceNotFoundEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.ApplicationModel.Resources.MrtContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ResourceNotFoundEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.ApplicationModel.Resources.MrtContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ResourceNotFoundEventArgs
Public NotInheritable Class ResourceNotFoundEventArgs
- Inheritance
- Attributes
Properties
Context |
Gets the ResourceContext in which the resource was not found. |
Name |
Gets the name of the resource that was not found. |
Methods
SetResolvedCandidate(ResourceCandidate) |
Specify a ResourceCandidate to be used when the requested candidate is not found. |