IVsFontAndColorUtilities.FreeFontInfo(FontInfo[]) Method

Definition

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

pInfo
FontInfo[]

[in,out] A FontInfo whose data is to be freed.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to