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)

[表示項目] ドロップダウン リストに一覧表示されている項目の 1 つのカテゴリのフォントが変更されると、Visual Studio 環境によって呼び出されます。

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

フォントおよびカラーの変更を適用します。

IVsFontAndColorEvents.OnReset(Guid)

パラメーターによって識別される項目に対してクリアする変更を guid 示します。

IVsFontAndColorEvents.OnResetToBaseCategory(Guid)

設定をベースにリセットします。 実装されていません。

適用対象