Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 930 Bytes

File metadata and controls

43 lines (23 loc) · 930 Bytes
-api-id -api-type
T:Microsoft.Windows.ApplicationModel.Resources.ResourceCandidateKind
winrt enum

Microsoft.Windows.ApplicationModel.Resources.ResourceCandidateKind

-description

Defines values that represent the type of resource that is encapsulated in a ResourceCandidate.

-enum-fields

-field Unknown:0

The ResourceCandidate is of an unknown type.

-field String:1

The resource is a string.

-field FilePath:2

The resource is a file located at the specified location.

-field EmbeddedData:3

The resource is embedded data in some containing resource file (such as a .resw file).

-remarks

Note that the enum values are different than those in Windows.ApplicationModel.Resources.Core.ResourceCandidateKind.

-see-also

-examples