IVsTextMarker.GetTipText(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the text to display in a tip for the marker type.
int GetTipText(std::Array <std::wstring const &> const & pbstrText);
public int GetTipText (string[] pbstrText);
abstract member GetTipText : string[] -> int
Public Function GetTipText (Optional pbstrText As String()) As Integer
Parameters
- pbstrText
- String[]
[out] Pointer to the string containing the tip text for the marker type.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsTextMarker::GetTipText(
[out, optional] BSTR *pbstrText
);