IVsInstalledProduct Interface
Allows your VSPackage to place information on the splash screen and in the About dialog box on the Help menu.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'宣言
<InterfaceTypeAttribute()> _
<GuidAttribute("098FCA58-5F42-11D3-8BDC-00C04F8EC28C")> _
Public Interface IVsInstalledProduct
'使用
Dim instance As IVsInstalledProduct
[InterfaceTypeAttribute()]
[GuidAttribute("098FCA58-5F42-11D3-8BDC-00C04F8EC28C")]
public interface IVsInstalledProduct
[InterfaceTypeAttribute()]
[GuidAttribute(L"098FCA58-5F42-11D3-8BDC-00C04F8EC28C")]
public interface class IVsInstalledProduct
public interface IVsInstalledProduct