IVsSmartTagData::GetTipText Method (String^)
Visual Studio 2015
Gets the tip text that is to be displayed.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- pbstrTipText
-
Type:
System::String^
[out] The tip text to be displayed.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr2.idl:
HRESULT IVsSmartTagData::GetTipText( [out]BSTR *pbstrTipText );
Show: