TextTipData::GetTipFontInfo Method (Int32, array<UInt32>^)

 

Returns the font of the tool tip window.

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

public:
virtual int GetTipFontInfo(
	int iChars,
	array<unsigned int>^ pdwFontInfo
)

Parameters

iChars
Type: System::Int32

Number of characters to consider.

pdwFontInfo
Type: array<System::UInt32>^

Pointer to a structure that describes font.

Return Value

Type: System::Int32

Returns E_NOTIMPL.

Not implemented.

Return to top
Show: