IVsTextLayerMarker.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 tool tip text.
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] Tool tip text.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsTextLayerMarker::GetTipText(
[out, optional] BSTR *pbstrText
);