0 out of 1 rated this helpful - Rate this topic

ResourceCandidate.IsMatchAsDefault | isMatchAsDefault property

Indicates whether this ResourceCandidate matched the ResourceContext against which it was evaluated as a result of being a default fallback value or mixed match with default fallback, and not as a true match.

Syntax


public:
property bool IsMatchAsDefault { 
   bool get();
}

Property value

Type: Boolean [JavaScript] | System.Boolean [.NET] | Platform::Boolean [C++]

TRUE if this candidate is an acceptable default fallback value, FALSE otherwise.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.ApplicationModel.Resources.Core
Windows::ApplicationModel::Resources::Core [C++]

Metadata

Windows.winmd

See also

ResourceCandidate

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.