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


IVsPersistentTextImage.Image_Realloc - метод

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

Синтаксис

'Декларация
Function Image_Realloc ( _
    <OutAttribute> ByRef p As IntPtr, _
    iSize As Integer _
) As IntPtr
IntPtr Image_Realloc(
    out IntPtr p,
    int iSize
)
IntPtr Image_Realloc(
    [InAttribute] [OutAttribute] IntPtr% p, 
    [InAttribute] int iSize
)
abstract Image_Realloc : 
        p:IntPtr byref * 
        iSize:int -> IntPtr
function Image_Realloc(
    p : IntPtr, 
    iSize : int
) : IntPtr

Параметры

  • p
    Тип: IntPtr%

    [in, out]

  • iSize
    Тип: Int32

    [in]

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

Тип: IntPtr

Заметки

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

Из textmgr.idl:

void * IVsPersistentTextImage::Image_Realloc(
   [in,out] void *p,
   [in] int iSize
);

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

См. также

Ссылки

IVsPersistentTextImage Интерфейс

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