IVsColorableItem::GetDefaultFontFlags Method (UInt32)
Visual Studio 2015
Returns the default font flags for the custom colorable item.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- pdwFontFlags
-
Type:
System::UInt32
[out] Font flags for the custom colorable item (that is, bold, plain text, and so on). For more information, see FONTFLAGS.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: