Compartir a través de


IVsSyntheticTextClient.GetTipText (Método)

devuelve el texto de sugerencia para mantener el mouse.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Function GetTipText ( _
    pSynthReg As IVsSyntheticRegion, _
    <OutAttribute> pbstrText As String() _
) As Integer
int GetTipText(
    IVsSyntheticRegion pSynthReg,
    string[] pbstrText
)
int GetTipText(
    [InAttribute] IVsSyntheticRegion^ pSynthReg, 
    [OutAttribute] array<String^>^ pbstrText
)
abstract GetTipText : 
        pSynthReg:IVsSyntheticRegion * 
        pbstrText:string[] byref -> int
function GetTipText(
    pSynthReg : IVsSyntheticRegion, 
    pbstrText : String[]
) : int

Parámetros

  • pbstrText
    Tipo: array<String[]

    [out] BSTR que contiene el texto para mostrar.

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

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

Seguridad de .NET Framework

Vea también

Referencia

IVsSyntheticTextClient Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)