言語

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

単位元を取得または設定 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)

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

適用対象