Compartir a través de


IVsPersistentTextImage.Image_FullTextRead (Método)

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

Sintaxis

'Declaración
Function Image_FullTextRead ( _
    <OutAttribute> ByRef ppszText As String, _
    <OutAttribute> ByRef piLength As Integer _
) As Integer
int Image_FullTextRead(
    out string ppszText,
    out int piLength
)
int Image_FullTextRead(
    [OutAttribute] String^% ppszText, 
    [OutAttribute] int% piLength
)
abstract Image_FullTextRead : 
        ppszText:string byref * 
        piLength:int byref -> int
function Image_FullTextRead(
    ppszText : String, 
    piLength : int
) : int

Parámetros

  • ppszText
    Tipo: String%

    [out]

  • piLength
    Tipo: Int32%

    [out]

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 IVsPersistentTextImage::Image_FullTextRead(
   [out] const WCHAR **ppszText,
   [out] long *piLength
);

Nota

El búfer de texto crea el objeto de IVsPersistentTextImage y búfer debe conservar durante la vida del objeto de IVsPersistentTextImage o hasta Image_CloseFullTextScan se llama al método.

Si implementa esta interfaz en código administrado y necesita que la cadena es dispuesta por el llamador, implemente la interfaz de IVsCoTaskMemFreeMyStrings en la interfaz de IVsPersistentTextImage .

Seguridad de .NET Framework

Vea también

Referencia

IVsPersistentTextImage Interfaz

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