Share via


FontAndColorProviderBase.IVsFontAndColorDefaults.GetBaseCategory Method

Gets an integer value that specifies the base category.

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

Syntax

'Declaration
Private Function GetBaseCategory ( _
    <OutAttribute> ByRef guid As Guid _
) As Integer Implements IVsFontAndColorDefaults.GetBaseCategory
'Usage
Dim instance As FontAndColorProviderBase 
Dim guid As Guid 
Dim returnValue As Integer 

returnValue = CType(instance, IVsFontAndColorDefaults).GetBaseCategory(guid)
int IVsFontAndColorDefaults.GetBaseCategory(
    out Guid guid
)
private:
virtual int GetBaseCategory(
    [OutAttribute] Guid% guid
) sealed = IVsFontAndColorDefaults::GetBaseCategory
private abstract GetBaseCategory : 
        guid:Guid byref -> int  
private override GetBaseCategory : 
        guid:Guid byref -> int
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Return Value

Type: System.Int32
An integer value that specifies the base category.

Implements

IVsFontAndColorDefaultsGetBaseCategory(Guid)

See Also

Reference

FontAndColorProviderBase Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace