FontAndColorProviderBase.IVsFontAndColorEvents.OnFontChanged 메서드

Applies font changes.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
Private Function OnFontChanged ( _
    ByRef guid As Guid, _
    fontInfo As FontInfo(), _
    logFont As LOGFONTW(), _
    hFont As UInteger _
) As Integer Implements IVsFontAndColorEvents.OnFontChanged
‘사용 방법
Dim instance As FontAndColorProviderBase 
Dim guid As Guid 
Dim fontInfo As FontInfo()
Dim logFont As LOGFONTW()
Dim hFont As UInteger 
Dim returnValue As Integer 

returnValue = CType(instance, IVsFontAndColorEvents).OnFontChanged(guid, _
    fontInfo, logFont, hFont)
int IVsFontAndColorEvents.OnFontChanged(
    ref Guid guid,
    FontInfo[] fontInfo,
    LOGFONTW[] logFont,
    uint hFont
)
private:
virtual int OnFontChanged(
    Guid% guid, 
    array<FontInfo>^ fontInfo, 
    array<LOGFONTW>^ logFont, 
    unsigned int hFont
) sealed = IVsFontAndColorEvents::OnFontChanged
private abstract OnFontChanged : 
        guid:Guid byref * 
        fontInfo:FontInfo[] * 
        logFont:LOGFONTW[] * 
        hFont:uint32 -> int  
private override OnFontChanged : 
        guid:Guid byref * 
        fontInfo:FontInfo[] * 
        logFont:LOGFONTW[] * 
        hFont:uint32 -> int
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

매개 변수

  • fontInfo
    유형: array<FontInfo[]
    A FontInfo array.
  • logFont
    유형: array<LOGFONTW[]
    A LOGFONTW array.

반환 값

유형: System.Int32
An integer value.

구현

IVsFontAndColorEventsOnFontChanged(Guid, FontInfo, LOGFONTW, UInt32)

참고 항목

참조

FontAndColorProviderBase 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스