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

プロパティ値

進行状況ページを表示するアプリケーションの名前。

注釈

マニフェスト自体に必要な情報が含まれているため、アプリケーション名を確立するには、マニフェストのダウンロードが完了するまで待つ必要があります。

適用対象