ResourceContext.OverrideToMatch(IIterable<ResourceQualifier>) 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.
Overrides the qualifier values supplied by this context to match a specified list of resolved ResourceQualifiers. Typically the resolved ResourceQualifiers are associated with a resource that was looked up earlier.
public:
virtual void OverrideToMatch(IIterable<ResourceQualifier ^> ^ result) = OverrideToMatch;
void OverrideToMatch(IIterable<ResourceQualifier> const& result);
public void OverrideToMatch(IEnumerable<ResourceQualifier> result);
function overrideToMatch(result)
Public Sub OverrideToMatch (result As IEnumerable(Of ResourceQualifier))
Parameters
The ResourceQualifiers to be applied to the context.