FontAndColorProviderTextResults 클래스

정의

글꼴 및 색 공급자 텍스트 결과입니다.

public ref class FontAndColorProviderTextResults sealed : Microsoft::SqlServer::Management::UI::VSIntegration::Editors::FontAndColorProviderBase
public sealed class FontAndColorProviderTextResults : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.FontAndColorProviderBase
type FontAndColorProviderTextResults = class
    inherit FontAndColorProviderBase
Public NotInheritable Class FontAndColorProviderTextResults
Inherits FontAndColorProviderBase
상속
FontAndColorProviderTextResults

필드

CategoryGuid

텍스트 결과 범주 Guid를 가져옵니다.

Text

문자열 텍스트를 가져옵니다.

속성

CategoryName

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

(다음에서 상속됨 FontAndColorProviderBase)
Font

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

(다음에서 상속됨 FontAndColorProviderBase)
FontColorDefaults

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

(다음에서 상속됨 FontAndColorProviderBase)
FontColorFlags

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

(다음에서 상속됨 FontAndColorProviderBase)
FontDefault

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

(다음에서 상속됨 FontAndColorProviderBase)
Guid

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

(다음에서 상속됨 FontAndColorProviderBase)
Instance

텍스트 결과 범주에 대한 글꼴 및 색 공급자의 인스턴스를 가져옵니다.

ItemsChanged

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

(다음에서 상속됨 FontAndColorProviderBase)
Reset

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

(다음에서 상속됨 FontAndColorProviderBase)

명시적 인터페이스 구현

IVsFontAndColorDefaults.GetBaseCategory(Guid)

기본 범주를 검색합니다.

(다음에서 상속됨 FontAndColorProviderBase)
IVsFontAndColorDefaults.GetCategoryName(String)

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

(다음에서 상속됨 FontAndColorProviderBase)
IVsFontAndColorDefaults.GetFlags(UInt32)

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

(다음에서 상속됨 FontAndColorProviderBase)
IVsFontAndColorDefaults.GetFont(FontInfo[])

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

(다음에서 상속됨 FontAndColorProviderBase)
IVsFontAndColorDefaults.GetItem(Int32, AllColorableItemInfo[])

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

(다음에서 상속됨 FontAndColorProviderBase)
IVsFontAndColorDefaults.GetItemByName(String, AllColorableItemInfo[])

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

(다음에서 상속됨 FontAndColorProviderBase)
IVsFontAndColorDefaults.GetItemCount(Int32)

항목 수를 검색합니다.

(다음에서 상속됨 FontAndColorProviderBase)
IVsFontAndColorDefaults.GetPriority(UInt16)

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

(다음에서 상속됨 FontAndColorProviderBase)
IVsFontAndColorEvents.OnApply()

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

(다음에서 상속됨 FontAndColorProviderBase)
IVsFontAndColorEvents.OnFontChanged(Guid, FontInfo[], LOGFONTW[], UInt32)

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

(다음에서 상속됨 FontAndColorProviderBase)
IVsFontAndColorEvents.OnItemChanged(Guid, String, Int32, ColorableItemInfo[], UInt32, UInt32)

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

(다음에서 상속됨 FontAndColorProviderBase)
IVsFontAndColorEvents.OnReset(Guid)

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

(다음에서 상속됨 FontAndColorProviderBase)
IVsFontAndColorEvents.OnResetToBaseCategory(Guid)

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

(다음에서 상속됨 FontAndColorProviderBase)

적용 대상