FontAndColorProviderBase.. Method

Gets the category name.

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

Syntax

'Declaration
Private Function GetCategoryName ( _
    <OutAttribute> ByRef name As String _
) As Integer Implements IVsFontAndColorDefaults.GetCategoryName
'Usage
Dim instance As FontAndColorProviderBase
Dim name As String
Dim returnValue As Integer

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

Parameters

  • name
    Type: System.String%
    A pointer to a string value that specifies the category.

Return Value

Type: System.Int32
A string value that specifies the category name.

Implements

IVsFontAndColorDefaultsGetCategoryName(String%)