IndexedResourceType Enum
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.
Specifies whether an IndexedResourceCandidate is a file or a string.
public enum class IndexedResourceType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Resources.Management.ResourceIndexerContract, 65536)]
enum class IndexedResourceType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Resources.Management.ResourceIndexerContract), 65536)]
public enum IndexedResourceType
var value = Windows.ApplicationModel.Resources.Management.IndexedResourceType.string
Public Enum IndexedResourceType
- Inheritance
-
IndexedResourceType
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.ApplicationModel.Resources.Management.ResourceIndexerContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
String | 0 | The IndexedResourceCandidate is a string. |
Path | 1 | The IndexedResourceCandidate is a file. |
EmbeddedData | 2 | Reserved. |