IVsColorNames Interface

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("92144F7A-61DE-439B-AA66-13BE7CDEC857")> _
Public Interface IVsColorNames
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("92144F7A-61DE-439B-AA66-13BE7CDEC857")]
public interface IVsColorNames
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"92144F7A-61DE-439B-AA66-13BE7CDEC857")]
public interface class IVsColorNames
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("92144F7A-61DE-439B-AA66-13BE7CDEC857")>]
type IVsColorNames =  interface end
public interface IVsColorNames

The IVsColorNames type exposes the following members.

Properties

  Name Description
Public property Count

Top

Methods

  Name Description
Public method _VtblGap1_2
Public method GetEnumerator

Top

See Also

Reference

Microsoft.Internal.VisualStudio.Shell.Interop Namespace