FolderDiffFontAndColors.OnFontChanged-Methode
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
)
Parameter
- rguidCategory
Typ: System.Guid%
- pInfo
Typ: array<Microsoft.VisualStudio.Shell.Interop.FontInfo[]
- pLOGFONT
Typ: array<Microsoft.VisualStudio.Shell.Interop.LOGFONTW[]
- HFONT
Typ: System.UInt32
Rückgabewert
Typ: System.Int32
Gibt Int32 zurück.
Implementiert
IVsFontAndColorEvents.OnFontChanged(Guid%, array<FontInfo[], array<LOGFONTW[], UInt32)
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
FolderDiffFontAndColors Klasse
Microsoft.VisualStudio.TeamFoundation.VersionControl-Namespace