IVsFontAndColorUtilities.FreeFontInfo(FontInfo[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Free all data in a contained FontInfo object.
public:
int FreeFontInfo(cli::array <Microsoft::VisualStudio::Shell::Interop::FontInfo> ^ pInfo);
public:
int FreeFontInfo(Platform::Array <Microsoft::VisualStudio::Shell::Interop::FontInfo> ^ pInfo);
int FreeFontInfo(std::Array <Microsoft::VisualStudio::Shell::Interop::FontInfo> const & pInfo);
public int FreeFontInfo (Microsoft.VisualStudio.Shell.Interop.FontInfo[] pInfo);
abstract member FreeFontInfo : Microsoft.VisualStudio.Shell.Interop.FontInfo[] -> int
Public Function FreeFontInfo (pInfo As FontInfo()) As Integer
Parameters
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.