FontAndColorProviderBase 클래스

정의

글꼴 및 색 공급자의 기본 클래스입니다.

public ref class FontAndColorProviderBase abstract : Microsoft::VisualStudio::Shell::Interop::IVsFontAndColorDefaults, Microsoft::VisualStudio::Shell::Interop::IVsFontAndColorEvents
public abstract class FontAndColorProviderBase : Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults, Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorEvents
type FontAndColorProviderBase = class
    interface IVsFontAndColorDefaults
    interface IVsFontAndColorEvents
Public MustInherit Class FontAndColorProviderBase
Implements IVsFontAndColorDefaults, IVsFontAndColorEvents
상속
FontAndColorProviderBase
파생
구현

생성자

FontAndColorProviderBase()

FontAndColorProviderBase 클래스의 새 인스턴스를 초기화합니다.

속성

CategoryName

범주 이름을 가져오거나 설정합니다.

Font

사용할 글꼴 스타일을 가져옵니다.

FontColorDefaults

글꼴 및 색 기본값을 가져옵니다.

FontColorFlags

글꼴 및 색 공급자 기반을 가져옵니다. 파생 클래스에서 기준을 사용자 지정할 수 있도록 허용합니다.

FontDefault

기본 글꼴을 가져오거나 설정합니다.

Guid

ID Guid를 가져오거나 설정합니다.

ItemsChanged

변경된 항목의 해시 테이블을 가져옵니다.

Reset

글꼴과 색이 초기 값으로 다시 설정되는지 여부를 나타내는 값을 가져옵니다.

명시적 인터페이스 구현

IVsFontAndColorDefaults.GetBaseCategory(Guid)

기본 범주를 검색합니다.

IVsFontAndColorDefaults.GetCategoryName(String)

검색할 범주 이름을 나타냅니다.

IVsFontAndColorDefaults.GetFlags(UInt32)

현재 개체의 특성을 검색합니다.

IVsFontAndColorDefaults.GetFont(FontInfo[])

편집기에서 사용하는 글꼴을 가져옵니다.

IVsFontAndColorDefaults.GetItem(Int32, AllColorableItemInfo[])

항목을 식별하는 정수 값을 검색합니다.

IVsFontAndColorDefaults.GetItemByName(String, AllColorableItemInfo[])

매개 변수의 itemName 항목을 나타냅니다.

IVsFontAndColorDefaults.GetItemCount(Int32)

항목 수를 검색합니다.

IVsFontAndColorDefaults.GetPriority(UInt16)

글꼴 및 색 우선 순위를 검색합니다.

IVsFontAndColorEvents.OnApply()

글꼴 및 색 설정을 적용합니다.

IVsFontAndColorEvents.OnFontChanged(Guid, FontInfo[], LOGFONTW[], UInt32)

표시 항목 드롭다운 목록에 나열된 항목의 범주 중 하나의 글꼴이 수정될 때 Visual Studio 환경에서 호출됩니다.

IVsFontAndColorEvents.OnItemChanged(Guid, String, Int32, ColorableItemInfo[], UInt32, UInt32)

글꼴 및 색 변경 내용을 적용합니다.

IVsFontAndColorEvents.OnReset(Guid)

매개 변수로 식별된 guid 항목에 대한 지우기 변경 내용을 나타냅니다.

IVsFontAndColorEvents.OnResetToBaseCategory(Guid)

설정을 기본으로 다시 설정합니다. 구현되지 않았습니다.

적용 대상