Partager via


FontAndColorProviderBase.IVsFontAndColorEvents.OnItemChanged Méthode

Définition

Applique les modifications apportées aux couleurs et aux polices.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorEvents.OnItemChanged(Guid % guid, System::String ^ itemName, int itemID, cli::array <Microsoft::VisualStudio::Shell::Interop::ColorableItemInfo> ^ itemInfo, System::UInt32 literalForeground, System::UInt32 literalBackground) = Microsoft::VisualStudio::Shell::Interop::IVsFontAndColorEvents::OnItemChanged;
int IVsFontAndColorEvents.OnItemChanged (ref Guid guid, string itemName, int itemID, Microsoft.VisualStudio.Shell.Interop.ColorableItemInfo[] itemInfo, uint literalForeground, uint literalBackground);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorEvents.OnItemChanged : Guid * string * int * Microsoft.VisualStudio.Shell.Interop.ColorableItemInfo[] * uint32 * uint32 -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorEvents.OnItemChanged : Guid * string * int * Microsoft.VisualStudio.Shell.Interop.ColorableItemInfo[] * uint32 * uint32 -> int
Function OnItemChanged (ByRef guid As Guid, itemName As String, itemID As Integer, itemInfo As ColorableItemInfo(), literalForeground As UInteger, literalBackground As UInteger) As Integer Implements IVsFontAndColorEvents.OnItemChanged

Paramètres

guid
Guid

Pointeur vers Guid.

itemName
String

Chaîne qui spécifie le nom de l'élément.

itemID
Int32

Valeur entière qui spécifie l'ID de l'élément.

itemInfo
ColorableItemInfo[]

Tableau ColorableItemInfo.

literalForeground
UInt32

Valeur entière qui spécifie le premier plan du littéral.

literalBackground
UInt32

Valeur entière qui spécifie l'arrière-plan du littéral.

Retours

Entier qui contient une valeur.

Implémente

S’applique à