跳到主要内容

ShortcutDetails 对象

  • target string - 从此快捷方式启动的目标。
  • cwd string (可选) - 工作目录。默认为空。
  • args string (可选) - 从此快捷方式启动时应用于 target 的参数。默认为空。
  • description string (可选) - 快捷方式的描述。默认为空。
  • icon string (可选) - 图标的路径,可以是 DLL 或 EXE。iconiconIndex 必须一起设置。默认为空,使用目标的图标。
  • iconIndex number (可选) - 当 icon 是 DLL 或 EXE 时,图标的资源 ID。默认为 0。
  • appUserModelId string (可选) - 应用程序用户模型 ID。默认为空。
  • toastActivatorClsid string (可选) - 应用程序 Toast 激活器 CLSID。需要参与操作中心。