IUIHostLocale.GetDialogFont(UIDLGLOGFONT[]) Methode

Definition

Gibt die Dialogfeldschriftart zurück, die für die Host-UI verwendet wird.

public:
 int GetDialogFont(cli::array <Microsoft::VisualStudio::Shell::Interop::UIDLGLOGFONT> ^ pLOGFONT);
int GetDialogFont(std::Array <Microsoft::VisualStudio::Shell::Interop::UIDLGLOGFONT> const & pLOGFONT);
public int GetDialogFont (Microsoft.VisualStudio.Shell.Interop.UIDLGLOGFONT[] pLOGFONT);
abstract member GetDialogFont : Microsoft.VisualStudio.Shell.Interop.UIDLGLOGFONT[] -> int
Public Function GetDialogFont (pLOGFONT As UIDLGLOGFONT()) As Integer

Parameter

pLOGFONT
UIDLGLOGFONT[]

[out] Zeiger auf die Dialogfeld-Schriftart. Die Werte werden der UIDLGLOGFONT-Enumeration entnommen.

Gibt zurück

Int32

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

Hinweise

COM-Signatur

Aus uilocale. idl:

HRESULT IUIHostLocale::GetDialogFont(  
   [out] UIDLGLOGFONT *plogfont  
);  

Gilt für