다음을 통해 공유


ScriptFactory.GetFontAndColorProvider 메서드

Gets the font and color provider.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
Public Sub GetFontAndColorProvider ( _
    ByRef guid As Guid, _
    <OutAttribute> ByRef defaultsProvider As Object _
)
‘사용 방법
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
)

매개 변수

참고 항목

참조

ScriptFactory 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스