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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace