desktop7:ControlPanelItem

コントロール パネル項目として拡張機能を登録します。

要素の階層

<パッケージ>

    <アプリケーション>

         <Application>

              <拡張機能>

                   <desktop7:Extension>

                        <desktop7:ControlPanelItem>

構文

<desktop7:ControlPanelItem
    Name = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
    SystemApplicationName = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
    SystemControlPanelCategory = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
    SystemSoftwareTasksFileUrl = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
    Clsid = 'A GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.' >

    desktop7:DefaultIcon
    desktop7:LocalizedString
    desktop7:InfoTip

</desktop7:ControlPanelItem>

属性と要素

属性

属性 説明 データ型 必須 既定値
名前 シェル拡張機能のわかりやすい名前。 この値は、実際にはシステムによって直接使用されるわけではありませんが、レジストリ内のエントリを読み取りやすくなります。 長さが 1 ~ 32767 文字の文字列で、先頭と末尾に空白以外の文字が含まれます。 Yes
SystemApplicationName アイテムの正規名。 フォーム control.exe /name [System.ApplicationName] のコマンドによってアイテムが開きます。 長さが 1 ~ 32767 文字の文字列で、先頭と末尾に空白以外の文字が含まれます。 Yes
SystemControlPanelCategory 項目が表示されるコントロール パネルのカテゴリを宣言する 値。 複数のカテゴリはコンマで区切られます。 詳細については、「コントロール パネルカテゴリの割り当て」を参照してください。 長さが 1 ~ 32767 文字の文字列で、先頭と末尾に空白以外の文字が含まれます。 Yes
SystemSoftwareTasksFileUrl タスク リンクを定義する XML ファイルのパス。 これにより、コントロール パネルが "カテゴリ" モードで表示されるときに、このコントロール パネル Item の下にある項目のサブリストが提供されます。 長さが 1 ~ 32767 文字の文字列で、先頭と末尾に空白以外の文字が含まれます。 Yes
Clsid シェル拡張機能を実装する COM クラスの Clsid。 xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx 形式の GUID。 Yes

子要素

子要素 説明
desktop7:DefaultIcon コントロール パネル内の項目に表示するアイコンを指定します。
desktop7:LocalizedString コントロール パネル内の項目に対して表示するローカライズされた文字列を指定します。
desktop7:InfoTip 項目のアイコンの上にマウスポインターを置いたときに表示するヒント文字列を指定します。

親要素

親要素 説明
拡張子 アプリケーションの拡張ポイントを定義します。

必要条件

Item
名前空間 http://schemas.microsoft.com/appx/manifest/desktop/windows10/7
Minimum OS Version Windows 10 (ビルド 19645)