ColorableItem::GetDefaultFontFlags Method (UInt32)

 

Returns the font attributes for this colorable item.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual int GetDefaultFontFlags(
	[OutAttribute] unsigned int% fontFlags
)

Parameters

fontFlags
Type: System::UInt32

[out] The set of flags from the FONTFLAGS enumeration.

Return Value

Type: System::Int32

If successful, returns S_OK; otherwise, returns an error code.

The flags returned are those passed to the constructor.

The base method always returns S_OK.

Return to top
Show: