IndexedResourceType
IndexedResourceType
IndexedResourceType
IndexedResourceType
Enum
Definition
Specifies whether an IndexedResourceCandidate is a file or a string.
public : enum class IndexedResourceTypepublic enum IndexedResourceTypePublic Enum IndexedResourceType// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.ApplicationModel.Resources.Management.ResourceIndexerContract (introduced v1)
|
Fields
| EmbeddedData EmbeddedData EmbeddedData EmbeddedData | Reserved. |
| Path Path Path Path | The IndexedResourceCandidate is a file. |
| String String String String | The IndexedResourceCandidate is a string. |