Share via


FontAndColorProviderTextResults.Instance Property

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

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Instance As FontAndColorProviderBase 
    Get
'Usage
Dim value As FontAndColorProviderBase 

value = FontAndColorProviderTextResults.Instance
public static FontAndColorProviderBase Instance { get; }
public:
static property FontAndColorProviderBase^ Instance {
    FontAndColorProviderBase^ get ();
}
static member Instance : FontAndColorProviderBase
static function get Instance () : FontAndColorProviderBase

Property Value

Type: Microsoft.SqlServer.Management.UI.VSIntegration.Editors.FontAndColorProviderBase
An instance of font and color provider for text results category.

See Also

Reference

FontAndColorProviderTextResults Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace