IVsImageService Interface

 

Registers well-known images (such as icons) for Visual Studio.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[GuidAttribute("59A26C3B-4E73-4E57-B1C2-F8A44BCA3CA1")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsImageService

NameDescription
System_CAPS_pubmethodAdd(String, IVsUIObject)

Adds an icon with the specified name to the service.

System_CAPS_pubmethodGet(String)

Gets the icon with the specified name.

System_CAPS_pubmethodGetIconForFile(String, __VSUIDATAFORMAT)

Gets the 16x16 icon for the specified file.

System_CAPS_pubmethodGetIconForFileEx(String, __VSUIDATAFORMAT, UInt32)

Return to top
Show: