TextTipData::GetTipText Method (array<String^>^, Int32)

 

Populates pbstrText with the tip text.

Namespace:   Microsoft.VisualStudio.Package
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::Int32

If pbstrText is NULL or has a length of zero, returns E_INVALIDARG, otherwise returns S_OK.

Return to top
Show: