Condividi tramite


IDebugConsoleWindow.SetFontAndColor(LOGFONTW, UInt32, UInt32) Method

Definition

public:
 int SetFontAndColor(Microsoft::VisualStudio::Debugger::Interop::LOGFONTW logFont, System::UInt32 foreGroundColor, System::UInt32 backGroundColor);
public int SetFontAndColor(Microsoft.VisualStudio.Debugger.Interop.LOGFONTW logFont, uint foreGroundColor, uint backGroundColor);
abstract member SetFontAndColor : Microsoft.VisualStudio.Debugger.Interop.LOGFONTW * uint32 * uint32 -> int
Public Function SetFontAndColor (logFont As LOGFONTW, foreGroundColor As UInteger, backGroundColor As UInteger) As Integer

Parameters

logFont
LOGFONTW
foreGroundColor
UInt32
backGroundColor
UInt32

Returns

Applies to