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
'Declaration
Public Overridable Function GetTipFontInfo ( _
iChars As Integer, _
pdwFontInfo As UInteger() _
) As Integer
public virtual int GetTipFontInfo(
int iChars,
uint[] pdwFontInfo
)
public:
virtual int GetTipFontInfo(
int iChars,
array<unsigned int>^ pdwFontInfo
)
abstract GetTipFontInfo :
iChars:int *
pdwFontInfo:uint32[] -> int
override GetTipFontInfo :
iChars:int *
pdwFontInfo:uint32[] -> int
public function GetTipFontInfo(
iChars : int,
pdwFontInfo : uint[]
) : int
Parameters
iChars
Type: System.Int32Number 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.