FontAndColorProviderTextResults Class

Definition

Font and color provider text results.

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

Fields

CategoryGuid

Gets text results category Guid.

Text

Gets a string text.

Properties

CategoryName

Gets or sets the category name.

(Inherited from FontAndColorProviderBase)
Font

Gets the font style to use.

(Inherited from FontAndColorProviderBase)
FontColorDefaults

Gets the font and color defaults.

(Inherited from FontAndColorProviderBase)
FontColorFlags

Gets the font and color provider base. Allows derived classes to customize it.

(Inherited from FontAndColorProviderBase)
FontDefault

Gets or sets the default font.

(Inherited from FontAndColorProviderBase)
Guid

Gets or sets the identity Guid.

(Inherited from FontAndColorProviderBase)
Instance

Gets an instance of font and color provider for text results category.

ItemsChanged

Gets a hashtable of items changed.

(Inherited from FontAndColorProviderBase)
Reset

Gets a value that indicates whether the font and color is reset to its initial value.

(Inherited from FontAndColorProviderBase)

Explicit Interface Implementations

IVsFontAndColorDefaults.GetBaseCategory(Guid)

Retrieves the base category.

(Inherited from FontAndColorProviderBase)
IVsFontAndColorDefaults.GetCategoryName(String)

Indicates the category name to retrieve.

(Inherited from FontAndColorProviderBase)
IVsFontAndColorDefaults.GetFlags(UInt32)

Retrieves the attributes of the current object.

(Inherited from FontAndColorProviderBase)
IVsFontAndColorDefaults.GetFont(FontInfo[])

Gets the font used by the editor.

(Inherited from FontAndColorProviderBase)
IVsFontAndColorDefaults.GetItem(Int32, AllColorableItemInfo[])

Retrieves an integer value that identifies an item.

(Inherited from FontAndColorProviderBase)
IVsFontAndColorDefaults.GetItemByName(String, AllColorableItemInfo[])

Indicates an item from the itemName parameter.

(Inherited from FontAndColorProviderBase)
IVsFontAndColorDefaults.GetItemCount(Int32)

Retrieves the item count.

(Inherited from FontAndColorProviderBase)
IVsFontAndColorDefaults.GetPriority(UInt16)

Retrieves the font and color priority.

(Inherited from FontAndColorProviderBase)
IVsFontAndColorEvents.OnApply()

Applies font and color settings.

(Inherited from FontAndColorProviderBase)
IVsFontAndColorEvents.OnFontChanged(Guid, FontInfo[], LOGFONTW[], UInt32)

Called by the Visual Studio environment when the fonts of one Categories of the items listed in the Display Items drop-down list is modified.

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

Applies font and color changes.

(Inherited from FontAndColorProviderBase)
IVsFontAndColorEvents.OnReset(Guid)

Indicates the changes to clear to an item identified by the guid parameter.

(Inherited from FontAndColorProviderBase)
IVsFontAndColorEvents.OnResetToBaseCategory(Guid)

Resets the setting to base. Not implemented.

(Inherited from FontAndColorProviderBase)

Applies to