InstalledProductRegistrationAttribute::UseInterface Property

 

Gets or whether the package implements the IVsInstalledProduct interface to display a bitmap in the splash screen and information in the About dialog box on the Help menu.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property bool UseInterface {
	bool get();
}

Property Value

Type: System::Boolean

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

Return to top
Show: