ItemName (Standard 8 Module Reference)
7/8/2014
Review the applicable Embedded Core modules and any examples for the ItemName setting in Windows Embedded 8 Standard (Standard 8).
This setting contains a string that specifies the display name to use for a CustomPowerApplication. This string type supports empty elements.
ItemName is represented as @dllname,-resourceid, where dllname is the full path of the resource DLL, including environment variables.
To use a different ItemName for each language, create a resource file, and refer to it using the format: filename.dll,-referenceid.
Modules
The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.
Module |
Path |
---|---|
Features/User Applications/Internet Explorer 10/FavoriteBarItems/FavoriteBarItem/ItemName |
|
Products/Embedded Core/stobject/CustomPowerApplication1/ItemName |
|
Products/Embedded Core/stobject/CustomPowerApplication2/ItemName |
|
Products/Embedded Core/stobject/CustomPowerApplication3/ItemName |
|
Products/Embedded Core/stobject/CustomPowerApplication4/ItemName |
|
Products/Embedded Core/stobject/CustomPowerApplication5/ItemName |
|
Products/Embedded Core/stobject/CustomPowerApplication6/ItemName |
XML Example
The following XML example shows how to configure ItemName.
<ItemName>%ProgramFiles%\Microsoft Shared\Resource.dll,-100</ItemName>