IVsColorableItem.GetDefaultFontFlags(UInt32) 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.
Returns the default font flags for the custom colorable item.
public:
int GetDefaultFontFlags([Runtime::InteropServices::Out] System::UInt32 % pdwFontFlags);
int GetDefaultFontFlags([Runtime::InteropServices::Out] unsigned int & pdwFontFlags);
public int GetDefaultFontFlags (out uint pdwFontFlags);
abstract member GetDefaultFontFlags : uint32 -> int
Public Function GetDefaultFontFlags (ByRef pdwFontFlags As UInteger) As Integer
Parameters
- pdwFontFlags
- UInt32
[out] Font flags for the custom colorable item (that is, bold, plain text, and so on). For more information, see FONTFLAGS.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsColorableItem::GetDefaultFontFlags(
[out] DWORD *pdwFontFlags
);
The font flags are from the FONTFLAGS enumeration.