ItemNameItemName
ItemName
這是CustomPowerApplication3的顯示名稱ItemName
is the display name of CustomPowerApplication3
若要 ItemName
針對每個語言使用不同的,請建立資源檔,並使用下列格式來參考它: "filename.dll,-referenceid"。To use a different ItemName
for each language, create a resource file, and refer to it using the format: "filename.dll,-referenceid". 如需有關為此設定建立當地語系化文字版本的詳細資訊,請參閱搭配 使用 MUI 與應用程式主題。For information on creating localized text versions for this setting, see the topic Using the MUI with Applications.
值Values
名稱Name |
指定要用於 CustomPowerApplication3的顯示名稱。Specifies the display name to use for CustomPowerApplication3.
名稱 是字串。Name is a string. |
這種字串支援空的元素。This string type supports empty elements.
有效的設定階段Valid Configuration Passes
generalizegeneralize
特殊化specialize
父階層Parent Hierarchy
Microsoft-Windows-microsoft-windows-stobject | CustomPowerApplication3 | ItemName 的是Microsoft-Windows-stobject | CustomPowerApplication3 | ItemName
套用至Applies To
如需此元件支援的支援的 Windows 版本和架構清單,請參閱 Microsoft windows-microsoft-windows-stobject。For a list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-stobject.
XML 範例XML Example
下列 XML 輸出顯示 CustomPowerApplication3
Application.exe parameter -param
。The following XML output shows CustomPowerApplication3
Application.exe with parameter -param
. IconID
並且 ItemName
包含在 Resource.dll 檔案中。IconID
and ItemName
included in the Resource.dll file.
<CustomPowerApplication3>
<Application>C:\Program Files\CustomPower\Application.exe</Application>
<IconID>@%ProgramFiles%\Microsoft Shared\Resource.dll,-200</IconID>
<ItemName>%ProgramFiles%\Microsoft Shared\Resource.dll,-100</ItemName>
<Parameters>-param</Parameters>
</CustomPowerApplication3>