InstalledProductRegistrationAttribute.UseInterface Property

Definition

Use IVsInstalledProduct to fill in the Help about dialog. The package must implement 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

Property Value

The value is true if the product installation implements the IVsInstalledProduct interface and false otherwise.

Applies to