CustomPowerApplication2CustomPowerApplication2
CustomPowerApplication2
2 番目のバッテリ メーターのカスタマイズされたコンテキスト メニュー項目を指定します。CustomPowerApplication2
specifies the second Battery Meter customized context menu item.
子要素Child Elements
設定Setting | 説明Description |
---|---|
アプリケーションApplication | 名前とアプリケーションの実行のパスを指定します。Specifies the name and the path of the application to run. |
IconIDIconID | 省略可能なアイコンのリソース ID を指定しますSpecifies the optional icon resource ID. |
ItemNameItemName | アプリケーションの表示テキストを指定します。Specifies the display text of the application. |
パラメーターParameters | アプリケーションを実行するときに使用する省略可能なパラメーターを指定します。Specifies the optional parameters to use when running the application. |
有効な構成パスValid Configuration Passes
汎用化します。generalize
特殊化します。specialize
親階層Parent Hierarchy
Microsoft-Windows-STObject | CustomPowerApplication2Microsoft-Windows-STObject | CustomPowerApplication2
適用対象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 出力を構成する方法を示しています。CustomPowerApplication2
します。The following XML output shows how to configure CustomPowerApplication2
.
<CustomPowerApplication2>
<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>
</CustomPowerApplication2>