Partager via


IVsTextStorage.Storage_CopyText, méthode

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

Syntaxe

'Déclaration
Function Storage_CopyText ( _
    iStartLine As Integer, _
    iStartIndex As Integer, _
    iBufMax As Integer, _
    pszDest As IntPtr, _
    <OutAttribute> ByRef pcCharsCopied As Integer _
) As Integer
int Storage_CopyText(
    int iStartLine,
    int iStartIndex,
    int iBufMax,
    IntPtr pszDest,
    out int pcCharsCopied
)
int Storage_CopyText(
    [InAttribute] int iStartLine, 
    [InAttribute] int iStartIndex, 
    [InAttribute] int iBufMax, 
    [InAttribute] IntPtr pszDest, 
    [OutAttribute] int% pcCharsCopied
)
abstract Storage_CopyText : 
        iStartLine:int * 
        iStartIndex:int * 
        iBufMax:int * 
        pszDest:IntPtr * 
        pcCharsCopied:int byref -> int
function Storage_CopyText(
    iStartLine : int, 
    iStartIndex : int, 
    iBufMax : int, 
    pszDest : IntPtr, 
    pcCharsCopied : int
) : int

Paramètres

  • iStartLine
    Type : Int32

    [in] ligne contenir le début du texte d'être copié.

  • iStartIndex
    Type : Int32

    [in] démarrant l'index de caractère dans la ligne. Doit être la longueur de <= de la ligne.

  • iBufMax
    Type : Int32

    [in] taille de mémoire tampon d'pzeDest.

  • pszDest
    Type : IntPtr

    [in] mémoire tampon de destination.

  • pcCharsCopied
    Type : Int32%

    [] numéro de personnages copiés.

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

Signature de COM

De textmgr.idl :

HRESULT IVsTextStorage::Storage_CopyText(
   [in] long iStartLine,
   [in] CharIndex iStartIndex,
   [in] long iBufMax,
   [out] WCHAR *pszDest,
   [out] long *pcCharsCopied
);

Sécurité .NET Framework

Voir aussi

Référence

IVsTextStorage Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms