IVsSyntheticTextClient.GetTipText(IVsSyntheticRegion, String[]) Yöntem

Tanım

Vurgulama için ipucu metnini döndürür.

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

Parametreler

pSynthReg
IVsSyntheticRegion

'ndaki İlgilendiğiniz yapay bölge.

pbstrText
String[]

dışı Görüntülenecek metin.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Textmgr. IDL dosyasından:

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

Şunlara uygulanır