IVsSmartTagData::GetTipText Method (String^)

 

Gets the tip text that is to be displayed.

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

int GetTipText(
	[OutAttribute] String^% pbstrTipText
)

Parameters

pbstrTipText
Type: System::String^

[out] The tip text to be displayed.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From textmgr2.idl:

HRESULT IVsSmartTagData::GetTipText(
   [out]BSTR *pbstrTipText
);
Return to top
Show: