InstalledProductRegistrationAttribute.UseInterface 属性

定义

获取或指示包是否实现 IVsInstalledProduct 接口,以便在初始屏幕中显示位图,并显示 "帮助" 菜单上的 "关于" 对话框中的信息。

public:
 property bool UseInterface { bool get(); };
public:
 property bool UseInterface { bool get(); };
public bool UseInterface { get; }
member this.UseInterface : bool
Public ReadOnly Property UseInterface As Boolean

属性值

Boolean

true如果产品安装实现了接口,则该值为 IVsInstalledProduct false ; 否则为。

适用于