SVsImageService Interface
Passed to GetService to return a reference to IVsImageService.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
<GuidAttribute("ACC9EB93-CAD8-41DE-80DA-BD35CC5112AE")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface SVsImageService
[GuidAttribute("ACC9EB93-CAD8-41DE-80DA-BD35CC5112AE")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface SVsImageService
[GuidAttribute(L"ACC9EB93-CAD8-41DE-80DA-BD35CC5112AE")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class SVsImageService
[<GuidAttribute("ACC9EB93-CAD8-41DE-80DA-BD35CC5112AE")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type SVsImageService = interface end
public interface SVsImageService