Share via


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

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

FolderDiffFontAndColors Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace