FontAndColorProviderBase.IVsFontAndColorEvents.OnItemChanged 메서드

정의

글꼴 및 색 변경 내용을 적용합니다.

 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

매개 변수

guid
Guid

Guid에 대한 포인터입니다.

itemName
String

항목 이름을 지정하는 문자열입니다.

itemID
Int32

항목 ID를 지정하는 정수 값입니다.

itemInfo
ColorableItemInfo[]

ColorableItemInfo 배열입니다.

literalForeground
UInt32

리터럴 전경을 지정하는 리터럴 값입니다.

literalBackground
UInt32

리터럴 배경을 지정하는 리터럴 값입니다.

반환

값을 포함하는 정수입니다.

구현

적용 대상