IVsSyntheticTextClient::GetTipText Method (IVsSyntheticRegion^, array<String^>^)

 

Returns the tip text for hovering.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

int GetTipText(
	IVsSyntheticRegion^ pSynthReg,
	array<String^>^ pbstrText
)

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::Int32

If 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
);
Return to top
Show: