C# Class CucumberLanguageServices.ColorableItem

Inheritance: Microsoft.VisualStudio.TextManager.Interop.IVsColorableItem
Afficher le fichier Open project: henritersteeg/cuke4vs

Méthodes publiques

Méthode Description
ColorableItem ( string displayName, COLORINDEX foreground, COLORINDEX background, bool bold, bool strikethrough ) : System
GetDefaultColors ( COLORINDEX piForeground, COLORINDEX piBackground ) : int
GetDefaultFontFlags ( uint &pdwFontFlags ) : int
GetDisplayName ( string &pbstrName ) : int

Method Details

ColorableItem() public méthode

public ColorableItem ( string displayName, COLORINDEX foreground, COLORINDEX background, bool bold, bool strikethrough ) : System
displayName string
foreground COLORINDEX
background COLORINDEX
bold bool
strikethrough bool
Résultat System

GetDefaultColors() public méthode

public GetDefaultColors ( COLORINDEX piForeground, COLORINDEX piBackground ) : int
piForeground COLORINDEX
piBackground COLORINDEX
Résultat int

GetDefaultFontFlags() public méthode

public GetDefaultFontFlags ( uint &pdwFontFlags ) : int
pdwFontFlags uint
Résultat int

GetDisplayName() public méthode

public GetDisplayName ( string &pbstrName ) : int
pbstrName string
Résultat int