VsTextLineStorageClass.Image_FullTextRead, méthode

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

  • ppszText
    Type : String%

    [out]

  • piLength
    Type : Int32%

    [out]

Valeur de retour

Type : Int32

Implémentations

IVsPersistentTextImage.Image_FullTextRead(String%, Int32%)

Sécurité .NET Framework

Voir aussi

Référence

VsTextLineStorageClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms