IVsFontAndColorDefaults::GetFont Method (array<FontInfo>^)
Visual Studio 2015
Returns a FontInfo structure containing information about a Category's default font to the Visual Studio environment.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pInfo
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::FontInfo>^
[out] Reference to a FontInfo structure.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: