IVsMicrosoftInstalledProduct Interface

This type is only used internally; you cannot use it directly from your code. Allows an entry to be in the top half of the splash screen.

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<CLSCompliantAttribute(False)> _
<GuidAttribute("591E80E4-5F44-11d3-8BDC-00C04F8EC28C")> _
Public Interface IVsMicrosoftInstalledProduct
'Usage
Dim instance As IVsMicrosoftInstalledProduct
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[CLSCompliantAttribute(false)]
[GuidAttribute("591E80E4-5F44-11d3-8BDC-00C04F8EC28C")]
public interface IVsMicrosoftInstalledProduct
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[CLSCompliantAttribute(false)]
[GuidAttribute(L"591E80E4-5F44-11d3-8BDC-00C04F8EC28C")]
public interface class IVsMicrosoftInstalledProduct
public interface IVsMicrosoftInstalledProduct
[<AbstractClassAttribute>]
[<ComVisibleAttribute(true)>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<CLSCompliantAttribute(false)>]
[<GuidAttribute("591E80E4-5F44-11d3-8BDC-00C04F8EC28C")>]
type IVsMicrosoftInstalledProduct =  interface end

See Also

Reference

IVsMicrosoftInstalledProduct Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace