MsiComponentIdAttribute.Id 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
属性值
返回一个字符串,该字符串包含 Windows Installer 的组件注册 ID。
注解
Windows Installer 组件注册 ID 用于指示 MSI 安装程序中组件的安装路径。