TextTipData::GetTipText Method (array<String^>^, Int32)
Visual Studio 2015
Populates pbstrText with the tip text.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
public: virtual int GetTipText( array<String^>^ pbstrText, [OutAttribute] int% pfFontData )
Parameters
- pbstrText
-
Type:
array<System::String^>^
The populated text tip data.
- pfFontData
-
Type:
System::Int32
Font information about the provided data.
Return Value
Type: System::Int32If pbstrText is NULL or has a length of zero, returns E_INVALIDARG, otherwise returns S_OK.
Show: