InstalledProductRegistrationAttribute.IconResourceID 属性

定义

获取或设置与产品关联的图标的资源 ID。

public:
 property int IconResourceID { int get(); void set(int value); };
public:
 property int IconResourceID { int get(); void set(int value); };
public int IconResourceID { get; set; }
member this.IconResourceID : int with get, set
Public Property IconResourceID As Integer

属性值

Int32

与产品关联的图标的资源 ID。

注解

该图标存储在托管包或其托管或非托管附属 DLL 中。

适用于