FontAndColorProviderBase.IVsFontAndColorEvents.OnItemChanged Method

Definition

Applies font and color changes.

 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

Parameters

guid
Guid

A pointer to Guid.

itemName
String

A string that specifies the item name.

itemID
Int32

An integer value that specifies the item id.

itemInfo
ColorableItemInfo[]

A ColorableItemInfo array.

literalForeground
UInt32

An integer value that specifies the literal foreground.

literalBackground
UInt32

An integer value that specifies the literal background.

Returns

An integer that contains a value.

Implements

Applies to