IVsSwatchClient.GetCellTooltip(Int32, Int32, 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.
This interface is deprecated as of Visual Studio 2010. The Visual Studio shell no longer recognizes this interface.
public:
int GetCellTooltip(int x, int y, [Runtime::InteropServices::Out] System::String ^ % pbstrTooltip);
int GetCellTooltip(int x, int y, [Runtime::InteropServices::Out] std::wstring const & & pbstrTooltip);
public int GetCellTooltip (int x, int y, out string pbstrTooltip);
abstract member GetCellTooltip : int * int * string -> int
Public Function GetCellTooltip (x As Integer, y As Integer, ByRef pbstrTooltip As String) As Integer
Parameters
- x
- Int32
- y
- Int32
- pbstrTooltip
- String
[Out] A pointer to a string.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsSwatchClient::GetCellTooltip(
[in] int x,
[in] int y,
[out, retval] BSTR *pbstrTooltip
);