GetManifestCompletedEventArgs.ProductName 属性

定义

获取 ClickOnce 应用程序的名称。Gets the name of the ClickOnce application.

public:
 property System::String ^ ProductName { System::String ^ get(); };
public string ProductName { get; }
member this.ProductName : string
Public ReadOnly Property ProductName As String

属性值

String

String表示 ClickOnce 应用程序的产品名称的,该名称存储在应用程序的主可执行文件的程序集元数据中。A String representing the product name of the ClickOnce application, as stored in the assembly metadata of the application's main executable file.

适用于