FontAndColorProviderBase.IVsFontAndColorDefaults.GetBaseCategory(Guid) Method

Definition

Retrieves the base category.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults.GetBaseCategory([Runtime::InteropServices::Out] Guid % guid) = Microsoft::VisualStudio::Shell::Interop::IVsFontAndColorDefaults::GetBaseCategory;
int IVsFontAndColorDefaults.GetBaseCategory (out Guid guid);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults.GetBaseCategory : Guid -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsFontAndColorDefaults.GetBaseCategory : Guid -> int
Function GetBaseCategory (ByRef guid As Guid) As Integer Implements IVsFontAndColorDefaults.GetBaseCategory

Parameters

guid
Guid

A pointer to Guid.

Returns

The base category.

Implements

Applies to