SVsFontAndColorStorage Interface

Definition

Object providing access to the Visual Studio SDK implementation of the Font and Color storage service.

C++/CX
public interface class SVsFontAndColorStorage
Attributes

Remarks

This object supports two interfaces: IVsFontAndColorStorage and IVsFontAndColorUtilities

To obtain a supported interface, pass SVsFontAndColorStorage to GetService and then cast it to the desired supported interface.

An instance of IVsFontAndColorStorage may be obtained with:

IVsFontAndColorStorage instance = GetService(SVsFontAndColorStorage) as IVsFontAndColorStorage;  

An instance of IVsFontAndColorUtilities may be obtained with:

IVsFontAndColorUtilities instance = GetService(SVsFontAndColorStorage) as IVsFontAndColorUtilities;  

Applies to

Produkt Verzie
Visual Studio SDK 2015, 2017, 2019, 2022