IVsTextTipData::GetTipText Method (array<String^>^, Int32)
Visual Studio 2015
Gets the tip text.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- pbstrText
-
Type:
array<System::String^>^
[out] The tip text.
- pfGetFontInfo
-
Type:
System::Int32
[out] The font information for the tip text.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsTextTipData::GetTipText(
[out, custom(uuid_IVsTextTipData, "optional")] BSTR *pbstrText,
[out] BOOL *pfGetFontInfo
);
Show: