InstalledProductRegistrationAttribute.UseInterface Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.