Método FolderDiffFontAndColors.OnFontChanged
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (em Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- rguidCategory
Tipo: System.Guid%
- pInfo
Tipo: array<Microsoft.VisualStudio.Shell.Interop.FontInfo[]
- pLOGFONT
Tipo: array<Microsoft.VisualStudio.Shell.Interop.LOGFONTW[]
- HFONT
Tipo: System.UInt32
Valor de retorno
Tipo: System.Int32
Retorna Int32.
Implementações
IVsFontAndColorEvents.OnFontChanged(Guid%, array<FontInfo[], array<LOGFONTW[], UInt32)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.
Consulte também
Referência
FolderDiffFontAndColors Classe
Namespace Microsoft.VisualStudio.TeamFoundation.VersionControl