ScriptFactory.GetFontAndColorProvider Method

Gets the font and color provider.

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

Syntax

'Declaration
Public Sub GetFontAndColorProvider ( _
    ByRef guid As Guid, _
    <OutAttribute> ByRef defaultsProvider As Object _
)
'Usage
Dim instance As ScriptFactory
Dim guid As Guid
Dim defaultsProvider As Object

instance.GetFontAndColorProvider(guid, _
    defaultsProvider)
public void GetFontAndColorProvider(
    ref Guid guid,
    out Object defaultsProvider
)
public:
virtual void GetFontAndColorProvider(
    Guid% guid, 
    [OutAttribute] Object^% defaultsProvider
) sealed
abstract GetFontAndColorProvider : 
        guid:Guid byref * 
        defaultsProvider:Object byref -> unit 
override GetFontAndColorProvider : 
        guid:Guid byref * 
        defaultsProvider:Object byref -> unit 
public final function GetFontAndColorProvider(
    guid : Guid, 
    defaultsProvider : Object
)

Parameters

Implements

IScriptFactoryGetFontAndColorProvider(Guid%, Object%)