IVsSwatchClient.GetCellTooltip(Int32, Int32, String) Methode

Definition

Diese Schnittstelle ist ab Visual Studio 2010 veraltet. Visual Studio Shell erkennt diese Schnittstelle nicht mehr.

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

Parameter

x
Int32
y
Int32
pbstrTooltip
String

[Out] Ein Zeiger auf eine Zeichenfolge.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Aus vsshell. idl:

HRESULT IVsSwatchClient::GetCellTooltip(  
   [in] int x,   
   [in] int y,   
   [out, retval] BSTR *pbstrTooltip  
);  

Gilt für