参数 (microsoft-windows-stobject-custompowerapplication5-parameters) Parameters (microsoft-windows-stobject-custompowerapplication5-parameters)
Parameters
指定要添加到 CustomPowerApplication5的参数。Parameters
specifies the arguments to add to CustomPowerApplication5.
此设置是可选的。This setting is optional.
值Values
参数Parameters |
指定运行 CustomPowerApplication5指定的应用程序时要使用的参数。Specifies the arguments to use when running the application specified by CustomPowerApplication5. 参数 是一个字符串。Parameters is a string. |
该字符串类型支持空元素。This string type supports empty elements.
有效的配置阶段Valid Configuration Passes
generalizegeneralize
specializespecialize
父层次结构Parent Hierarchy
Microsoft-microsoft-windows-stobject | CustomPowerApplication5 | 参数Microsoft-Windows-stobject | CustomPowerApplication5 | Parameters
适用于Applies To
有关此组件支持的 Windows 版本和体系结构的列表,请参阅 microsoft-windows-stobject。For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-stobject.
XML 示例XML Example
下面的 XML 输出显示了 CustomPowerApplication5
Application.exe parameter -param
。The following XML output shows CustomPowerApplication5
Application.exe with parameter -param
. IconID
和 ItemName
包含在 Resource.dll 中。IconID
and ItemName
are included in Resource.dll.
<CustomPowerApplication5>
<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>
</CustomPowerApplication5>