Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 720 Bytes

resourcecandidatekind.md

File metadata and controls

32 lines (22 loc) · 720 Bytes
-api-id -api-type ms.custom
T:Windows.ApplicationModel.Resources.Core.ResourceCandidateKind
winrt enum
19H1

Windows.ApplicationModel.Resources.Core.ResourceCandidateKind

-description

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

-enum-fields

-field String:0

The resource is a string.

-field File:1

The resource is a file.

-field EmbeddedData:2

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

-remarks

-see-also

Kind

-examples