IVsFontAndColorUtilities.FreeFontInfo(FontInfo[]) Methode

Definition

Alle Daten in einem eigenständigen FontInfo-Objekt freigeben.

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

Parameter

pInfo
FontInfo[]

[in,out] Eine FontInfo, deren Daten freigegeben werden sollen.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Gilt für