Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Specifies a type of color value: foreground, background, or line color.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
Public Enumeration __tagVSCOLORDATA
'Usage
Dim instance As __tagVSCOLORDATA
public enum __tagVSCOLORDATA
public enum class __tagVSCOLORDATA
public enum __tagVSCOLORDATA
Members
| Member name | Description | |
|---|---|---|
| CD_FOREGROUND | Specifies the foreground color. | |
| CD_BACKGROUND | Specifies the background color. | |
| CD_LINECOLOR | Specifies the line color (used when the IVsHiColorItem interface is implemented on the IVsPackageDefinedTextMarkerType interface). |
Remarks
This enumeration is used by the GetColorData method in the IVsHiColorItem interface to specify which color element to return. See the IVsHiColorItem interface for an example of how this enumeration is used.