IVsSyntheticTextClient.GetTipText(IVsSyntheticRegion, String[]) Methode

Definition

Gibt den QuickInfo-Text zurück, der angezeigt werden soll, wenn die Maus auf ein Element zeigt.

int GetTipText(Microsoft::VisualStudio::TextManager::Interop::IVsSyntheticRegion const & pSynthReg, std::Array <std::wstring const &> const & pbstrText);
public int GetTipText (Microsoft.VisualStudio.TextManager.Interop.IVsSyntheticRegion pSynthReg, string[] pbstrText);
abstract member GetTipText : Microsoft.VisualStudio.TextManager.Interop.IVsSyntheticRegion * string[] -> int
Public Function GetTipText (pSynthReg As IVsSyntheticRegion, Optional pbstrText As String()) As Integer

Parameter

pSynthReg
IVsSyntheticRegion

[in] Der relevante synthetische Bereich.

pbstrText
String[]

vorgenommen Der anzuzeigende Text.

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 textmgr. idl:

HRESULT IVsSyntheticTextClient::GetTipText(  
   [in] IVsSyntheticRegion *pSynthReg,  
   [out, optional] BSTR *pbstrText  
);  

Gilt für