Deutsch | English | Español | Français |
Italiano | 日本語 | 한국어 | Português |
Pусский | 简体中文 | 繁體中文 |
[Resolve may be altered or unavailable for releases after Windows 8.1. Instead, use Resolve(ResourceContext).]
Resolves this NamedResource object against the default context and returns the most appropriate candidate.
Syntax
var resourceCandidate = namedResource.resolve();
public ResourceCandidate Resolve()
Public Function Resolve() As ResourceCandidate
public:
ResourceCandidate^ Resolve()
Parameters
This method has no parameters.
Return value
Type: ResourceCandidate
The most appropriate candidate for the default context.
Requirements (Windows 10 device family)
| |
API contract |
|
Namespace |
|
Metadata |
|
Requirements (Windows 8.x and Windows Phone 8.x)
Minimum supported client |
Windows 8 |
---|---|
Minimum supported server |
Windows Server 2012 |
Minimum supported phone |
Windows Phone 8.1 [Windows Runtime apps only] |
Namespace |
|
Metadata |
|
Attributes
- [ Deprecated()]
See also