FontAndColorProviderBase 클래스

Base class for font and color providers

상속 계층

System.Object
  Microsoft.SqlServer.Management.UI.VSIntegration.Editors.FontAndColorProviderBase
    Microsoft.SqlServer.Management.UI.VSIntegration.Editors.FontAndColorProviderGridResults
    Microsoft.SqlServer.Management.UI.VSIntegration.Editors.FontAndColorProviderShowplan
    Microsoft.SqlServer.Management.UI.VSIntegration.Editors.FontAndColorProviderTextResults

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

구문

‘선언
Public MustInherit Class FontAndColorProviderBase _
    Implements IVsFontAndColorDefaults, IVsFontAndColorEvents
‘사용 방법
Dim instance As FontAndColorProviderBase
public abstract class FontAndColorProviderBase : IVsFontAndColorDefaults, 
    IVsFontAndColorEvents
public ref class FontAndColorProviderBase abstract : IVsFontAndColorDefaults, 
    IVsFontAndColorEvents
[<AbstractClassAttribute>]
type FontAndColorProviderBase =  
    class 
        interface IVsFontAndColorDefaults 
        interface IVsFontAndColorEvents 
    end
public abstract class FontAndColorProviderBase implements IVsFontAndColorDefaults, IVsFontAndColorEvents

FontAndColorProviderBase 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
보호된 메서드 FontAndColorProviderBase Initializes a new instance of the FontAndColorProviderBase class.

맨 위로 이동

속성

  이름 설명
보호된 속성 CategoryName Gets or sets the Visual Studio category name
보호된 속성 Font Gets the font.
보호된 속성 FontColorDefaults Gets font and color defaults.
보호된 속성 FontColorFlags Gets font and color provider base. Allows derived classes to customize it.
보호된 속성 FontDefault Gets or sets the default font.
보호된 속성 Guid Gets or sets the identity Guid.
보호된 속성 ItemsChanged Gets a hashtable of items changed.
보호된 속성 Reset Resets the font and color.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 IVsFontAndColorDefaultsGetBaseCategory Gets an integer value that specifies the base category.
명시적 인터페이스 구현전용 메서드 IVsFontAndColorDefaultsGetCategoryName Gets the category name.
명시적 인터페이스 구현전용 메서드 IVsFontAndColorDefaultsGetFlags Gets defined flags.
명시적 인터페이스 구현전용 메서드 IVsFontAndColorDefaultsGetFont Gets the font used by the editor.
명시적 인터페이스 구현전용 메서드 IVsFontAndColorDefaultsGetItem Gets an integer value that identifies an item.
명시적 인터페이스 구현전용 메서드 IVsFontAndColorDefaultsGetItemByName Gets an item from the itemName parameter.
명시적 인터페이스 구현전용 메서드 IVsFontAndColorDefaultsGetItemCount Gets the item count.
명시적 인터페이스 구현전용 메서드 IVsFontAndColorDefaultsGetPriority Gets the font and color priority.
명시적 인터페이스 구현전용 메서드 IVsFontAndColorEventsOnApply Applies font and color settings.
명시적 인터페이스 구현전용 메서드 IVsFontAndColorEventsOnFontChanged Applies font changes.
명시적 인터페이스 구현전용 메서드 IVsFontAndColorEventsOnItemChanged Applies font and color changes.
명시적 인터페이스 구현전용 메서드 IVsFontAndColorEventsOnReset Clears changes to an item identified by the guid parameter.
명시적 인터페이스 구현전용 메서드 IVsFontAndColorEventsOnResetToBaseCategory Resets to base. Not implemented.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

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