Freigeben über


VsTextLineStorageClass.Image_FullTextRead-Methode

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
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

Parameter

  • ppszText
    Typ: String%

    [out]

  • piLength
    Typ: Int32%

    [out]

Rückgabewert

Typ: Int32

Implementiert

IVsPersistentTextImage.Image_FullTextRead(String%, Int32%)

.NET Framework-Sicherheit

Siehe auch

Referenz

VsTextLineStorageClass Klasse

Microsoft.VisualStudio.TextManager.Interop-Namespace