MsiComponentIdAttribute.Id 属性

定义

Id 属性返回一个,该字符串 string 包含 Windows Installer 的组件注册 Id。

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

属性值

String

返回一个字符串,该字符串包含 Windows Installer 的组件注册 ID。

注解

Windows Installer 组件注册 ID 用于指示 MSI 安装程序中组件的安装路径。

适用于