FolderDiffFontAndColors.OnFontChanged Method
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public Function OnFontChanged ( _
ByRef rguidCategory As Guid, _
pInfo As FontInfo(), _
pLOGFONT As LOGFONTW(), _
HFONT As UInteger _
) As Integer
public int OnFontChanged(
ref Guid rguidCategory,
FontInfo[] pInfo,
LOGFONTW[] pLOGFONT,
uint HFONT
)
public:
virtual int OnFontChanged(
Guid% rguidCategory,
array<FontInfo>^ pInfo,
array<LOGFONTW>^ pLOGFONT,
unsigned int HFONT
) sealed
abstract OnFontChanged :
rguidCategory:Guid byref *
pInfo:FontInfo[] *
pLOGFONT:LOGFONTW[] *
HFONT:uint32 -> int
override OnFontChanged :
rguidCategory:Guid byref *
pInfo:FontInfo[] *
pLOGFONT:LOGFONTW[] *
HFONT:uint32 -> int
public final function OnFontChanged(
rguidCategory : Guid,
pInfo : FontInfo[],
pLOGFONT : LOGFONTW[],
HFONT : uint
) : int
Parameters
- rguidCategory
Type: System.Guid%
- pInfo
Type: array<Microsoft.VisualStudio.Shell.Interop.FontInfo[]
- pLOGFONT
Type: array<Microsoft.VisualStudio.Shell.Interop.LOGFONTW[]
- HFONT
Type: System.UInt32
Return Value
Type: System.Int32
Returns Int32.
Implements
IVsFontAndColorEvents.OnFontChanged(Guid%, array<FontInfo[], array<LOGFONTW[], UInt32)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace