你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StartMenuApplication 类

定义

包含“开始”菜单应用程序详细信息的定义。

public class StartMenuApplication
type StartMenuApplication = class
Public Class StartMenuApplication
继承
StartMenuApplication

构造函数

StartMenuApplication()

初始化 StartMenuApplication 类的新实例。

StartMenuApplication(String)

使用必需的参数初始化 StartMenuApplication 类的新实例。

属性

CommandLineArguments

可选。 用于启动应用程序的命令行参数。

IconPngUris

可选。 不同分辨率的图标 PNG 文件 URI 的可用映射, (例如 16x16、32x32、64x64) 。 地图的键是 PNG 分辨率的第一个维度。

IconUri

可选。 应用程序图标 png 文件的默认 URI。

Name

必需。 应用程序名称。

StartMenuAppId

可选。 “开始”菜单应用程序 ID。

VirtualPath

可选。 使用驱动器的环境变量和已知系统路径指定的目标计算机上的应用程序映像路径。

适用于