Поделиться через


TextTipData.GetTipFontInfo Method

Returns the font of the tool tip window.

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Syntax

'Декларация
Public Overridable Function GetTipFontInfo ( _
    iChars As Integer, _
    pdwFontInfo As UInteger() _
) As Integer
public virtual int GetTipFontInfo(
    int iChars,
    uint[] 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.

Implements

IVsTextTipData.GetTipFontInfo(Int32, array<UInt32[])

Remarks

Not implemented.

.NET Framework Security

See Also

Reference

TextTipData Class

Microsoft.VisualStudio.Package Namespace