Share via


FontColorFlags Property

allow derived classes to customize it

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property FontColorFlags As UInteger
    Get
'Usage
Dim value As UInteger

value = Me.FontColorFlags
protected virtual uint FontColorFlags { get; }
protected:
virtual property unsigned int FontColorFlags {
    unsigned int get ();
}
abstract FontColorFlags : uint32
override FontColorFlags : uint32
function get FontColorFlags () : uint

Property Value

Type: System..::..UInt32

See Also

Reference

FontAndColorProviderBase Class

Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace