FontAndColorProviderShowplan クラス

定義

フォントおよびカラー プロバイダーのプラン表示です。

public ref class FontAndColorProviderShowplan sealed : Microsoft::SqlServer::Management::UI::VSIntegration::Editors::FontAndColorProviderBase
public sealed class FontAndColorProviderShowplan : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.FontAndColorProviderBase
type FontAndColorProviderShowplan = class
    inherit FontAndColorProviderBase
Public NotInheritable Class FontAndColorProviderShowplan
Inherits FontAndColorProviderBase
継承
FontAndColorProviderShowplan

フィールド

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)

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

(継承元 FontAndColorProviderBase)
IVsFontAndColorEvents.OnItemChanged(Guid, String, Int32, ColorableItemInfo[], UInt32, UInt32)

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

(継承元 FontAndColorProviderBase)
IVsFontAndColorEvents.OnReset(Guid)

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

(継承元 FontAndColorProviderBase)
IVsFontAndColorEvents.OnResetToBaseCategory(Guid)

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

(継承元 FontAndColorProviderBase)

適用対象