IVsFontAndColorUtilities.InitFontInfo(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.
Initializes a FontInfo object to a default state.
public:
int InitFontInfo(cli::array <Microsoft::VisualStudio::Shell::Interop::FontInfo> ^ pInfo);
public:
int InitFontInfo(Platform::Array <Microsoft::VisualStudio::Shell::Interop::FontInfo> ^ pInfo);
int InitFontInfo(std::Array <Microsoft::VisualStudio::Shell::Interop::FontInfo> const & pInfo);
public int InitFontInfo (Microsoft.VisualStudio.Shell.Interop.FontInfo[] pInfo);
abstract member InitFontInfo : Microsoft.VisualStudio.Shell.Interop.FontInfo[] -> int
Public Function InitFontInfo (pInfo As FontInfo()) As Integer
Parameters
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.