SVsImageService Interface

Passed to GetService to return a reference to IVsImageService.

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("ACC9EB93-CAD8-41DE-80DA-BD35CC5112AE")> _
Public Interface SVsImageService
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("ACC9EB93-CAD8-41DE-80DA-BD35CC5112AE")]
public interface SVsImageService
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"ACC9EB93-CAD8-41DE-80DA-BD35CC5112AE")]
public interface class SVsImageService
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("ACC9EB93-CAD8-41DE-80DA-BD35CC5112AE")>]
type SVsImageService =  interface end
public interface SVsImageService

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace