Share via


. Method

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

Syntax

'Declaration
Private Function GetFont ( _
    fontInfo As FontInfo() _
) As Integer Implements IVsFontAndColorDefaults.GetFont
'Usage
Dim instance As FontAndColorProviderBase
Dim fontInfo As FontInfo()
Dim returnValue As Integer

returnValue = CType(instance, IVsFontAndColorDefaults).GetFont(fontInfo)
int IVsFontAndColorDefaults.GetFont(
    FontInfo[] fontInfo
)
private:
virtual int GetFont(
    array<FontInfo>^ fontInfo
) sealed = IVsFontAndColorDefaults::GetFont
private abstract GetFont : 
        fontInfo:FontInfo[] -> int 
private override GetFont : 
        fontInfo:FontInfo[] -> int 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • fontInfo
    Type: array<FontInfo> [] () [] []

Return Value

Type: System..::..Int32

Implements

IVsFontAndColorDefaultsGetFont(array<FontInfo>[]()[][])

See Also

Reference

FontAndColorProviderBase Class

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