FontAndColorProviderBase.IVsFontAndColorDefaults.GetCategoryName 메서드

정의

검색할 범주 이름을 나타냅니다.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults.GetCategoryName([Runtime::InteropServices::Out] System::String ^ % name) = Microsoft::VisualStudio::Shell::Interop::IVsFontAndColorDefaults::GetCategoryName;
int IVsFontAndColorDefaults.GetCategoryName (out string name);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults.GetCategoryName : string -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults.GetCategoryName : string -> int
Function GetCategoryName (ByRef name As String) As Integer Implements IVsFontAndColorDefaults.GetCategoryName

매개 변수

name
String

가져올 범주의 이름입니다.

반환

범주 이름을 검색합니다.

구현

적용 대상