Share via


IProgressPage.ApplicationName 属性

定义

获取或设置应用程序的名称。

public:
 property System::String ^ ApplicationName { System::String ^ get(); void set(System::String ^ value); };
public string ApplicationName { get; set; }
member this.ApplicationName : string with get, set
Public Property ApplicationName As String

属性值

生成进度页的应用程序的名称。

注解

建立应用程序名称必须等到清单下载完成,因为清单本身包含所需的信息。

适用于