IVsSyntheticTextClient::GetTipText Method (IVsSyntheticRegion^, array<String^>^)
Visual Studio 2015
Returns the tip text for hovering.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- pSynthReg
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsSyntheticRegion^
[in] The synthetic region of interest.
- pbstrText
-
Type:
array<System::String^>^
[out] The text to display.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsSyntheticTextClient::GetTipText(
[in] IVsSyntheticRegion *pSynthReg,
[out, optional] BSTR *pbstrText
);
Show: