言語

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

単位元を取得または設定 Guid

(継承元 FontAndColorProviderBase)
Instance

Showplanカテゴリのフォントとカラープロバイダーのインスタンスを取得します。

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)

適用対象