Compartilhar via


FontAndColorProviderBase.IVsFontAndColorEvents.OnItemChanged Método

Definição

Aplica alterações de fonte e cor.

 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

Parâmetros

guid
Guid

Um ponteiro para Guid.

itemName
String

Uma cadeia de caracteres que especifica o nome do item.

itemID
Int32

Um valor inteiro que especifica a ID do item.

itemInfo
ColorableItemInfo[]

Uma matriz ColorableItemInfo.

literalForeground
UInt32

Um valor inteiro que especifica o primeiro plano literal.

literalBackground
UInt32

Um valor inteiro que especifica o plano de fundo literal.

Retornos

Um inteiro que contém um valor.

Implementações

Aplica-se a