FontAndColorProviderGridResults クラス

定義

グリッド結果カテゴリの Guid を取得します。

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

フィールド

CategoryGuid

グリッド結果カテゴリの Guid を取得します。

GridCell

グリッド セルを取得します。

プロパティ

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)

適用対象