Compartir a través de


VsTextLineStorageClass.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
Public Overridable Function Image_FullTextRead ( _
    <OutAttribute> ByRef ppszText As String, _
    <OutAttribute> ByRef piLength As Integer _
) As Integer
public virtual int Image_FullTextRead(
    out string ppszText,
    out int piLength
)
public:
virtual int Image_FullTextRead(
    [OutAttribute] String^% ppszText, 
    [OutAttribute] int% piLength
)
abstract Image_FullTextRead : 
        ppszText:string byref * 
        piLength:int byref -> int  
override Image_FullTextRead : 
        ppszText:string byref * 
        piLength:int byref -> int
public function Image_FullTextRead(
    ppszText : String, 
    piLength : int
) : int

Parámetros

  • ppszText
    Tipo: String%

    [out]

  • piLength
    Tipo: Int32%

    [out]

Valor devuelto

Tipo: Int32

Implementaciones

IVsPersistentTextImage.Image_FullTextRead(String%, Int32%)

Seguridad de .NET Framework

Vea también

Referencia

VsTextLineStorageClass Clase

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