Share via


IVstaUpgradeHelper.IconImageList Property

Gets the path of a bitmap or DLL resource that defines the list of icons for the host application.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
ReadOnly Property IconImageList As String
'Usage
Dim instance As IVstaUpgradeHelper 
Dim value As String 

value = instance.IconImageList
[CLSCompliantAttribute(false)]
string IconImageList { get; }
[CLSCompliantAttribute(false)]
property String^ IconImageList {
    String^ get ();
}
function get IconImageList () : String

Property Value

Type: System.String
The path of a bitmap or DLL resource that defines the list of icons for the host application.

.NET Framework Security

See Also

Reference

IVstaUpgradeHelper Interface

IVstaUpgradeHelper Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace