Compartir a través de


IVsSyntheticTextClient.GetErrorText (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 GetErrorText ( _
    dwReason As UInteger, _
    pSynthReg As IVsSyntheticRegion, _
    <OutAttribute> ByRef pbstrText As String _
) As Integer
int GetErrorText(
    uint dwReason,
    IVsSyntheticRegion pSynthReg,
    out string pbstrText
)
int GetErrorText(
    [InAttribute] unsigned int dwReason, 
    [InAttribute] IVsSyntheticRegion^ pSynthReg, 
    [OutAttribute] String^% pbstrText
)
abstract GetErrorText : 
        dwReason:uint32 * 
        pSynthReg:IVsSyntheticRegion * 
        pbstrText:string byref -> int
function GetErrorText(
    dwReason : uint, 
    pSynthReg : IVsSyntheticRegion, 
    pbstrText : String
) : int

Parámetros

  • dwReason
    Tipo: UInt32

    [in] Motivo de la llamada.

  • pbstrText
    Tipo: 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::GetErrorText(
   [in] DWORD dwReason,
   [in] IVsSyntheticRegion *pSynthReg,
   [out] BSTR *pbstrText
);

Seguridad de .NET Framework

Vea también

Referencia

IVsSyntheticTextClient Interfaz

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