FontAndColorProviderBase.IVsFontAndColorDefaults.GetCategoryName Method

Definition

Indicates the category name to retrieve.

 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

Parameters

name
String

The name of the category to get.

Returns

Retrieves the category name.

Implements

Applies to