Поделиться через


IVsTextStorage.Storage_CopyText - метод

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop (в Microsoft.VisualStudio.TextManager.Interop.dll)

Синтаксис

'Декларация
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

Параметры

  • iStartLine
    Тип: Int32

    [in] линия, содержащего начало текста, который необходимо скопировать.

  • iStartIndex
    Тип: Int32

    [in] запуск индекс знака в линия. Длина должна быть <= линии.

  • iBufMax
    Тип: Int32

    [in] размер pzeDest буфер.

  • pszDest
    Тип: IntPtr

    [in] буфер назначения.

  • pcCharsCopied
    Тип: Int32%

    [out] количество скопированных символов.

Возвращаемое значение

Тип: Int32
Если метод завершается успешно, возвращается S_OK.Если происходит сбой, возвращается код ошибки.

Заметки

Модель COM подписи

Из textmgr.idl:

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

Безопасность платформы .NET Framework

См. также

Ссылки

IVsTextStorage Интерфейс

Microsoft.VisualStudio.TextManager.Interop - пространство имен