Share via


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
Assemblies:   Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

‘선언
Public ReadOnly Property UseInterface As Boolean
    Get
‘사용 방법
Dim instance As InstalledProductRegistrationAttribute
Dim value As Boolean

value = instance.UseInterface
public bool UseInterface { get; }
public:
property bool UseInterface {
    bool get ();
}
member UseInterface : bool
function get UseInterface () : boolean

Property Value

Type: System.Boolean
The value is true if the product installation implements the IVsInstalledProduct interface and false otherwise.

.NET Framework Security

See Also

Reference

InstalledProductRegistrationAttribute Class

InstalledProductRegistrationAttribute Members

Microsoft.VisualStudio.Shell Namespace

IVsInstalledProduct