Instance Property
Returns an Instance of FontAndColor Provider for Showplan category
Namespace: Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly: Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Instance As FontAndColorProviderBase
Get
'Usage
Dim value As FontAndColorProviderBase
value = FontAndColorProviderShowplan.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.VisualStudio.Data.Tools.SqlEditor.VSIntegration..::..FontAndColorProviderBase
See Also
Reference
FontAndColorProviderShowplan Class
Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace