FontAndColorProviderBase.IVsFontAndColorDefaults.GetCategoryName 메서드

Gets the category name.

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

구문

‘선언
Private Function GetCategoryName ( _
    <OutAttribute> ByRef name As String _
) As Integer Implements IVsFontAndColorDefaults.GetCategoryName
‘사용 방법
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는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

매개 변수

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

반환 값

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

구현

IVsFontAndColorDefaultsGetCategoryName(String)

참고 항목

참조

FontAndColorProviderBase 클래스

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