VsTextLineStorageClass.Image_Alloc(Int32) Method

Definition

Allocates space of specified size for persistent disk image storage.

public:
 virtual IntPtr Image_Alloc(int iSize) = Microsoft::VisualStudio::TextManager::Interop::IVsPersistentTextImage::Image_Alloc;
public:
 virtual IntPtr Image_Alloc(int iSize);
public virtual IntPtr Image_Alloc (int iSize);
abstract member Image_Alloc : int -> nativeint
override this.Image_Alloc : int -> nativeint
Public Overridable Function Image_Alloc (iSize As Integer) As IntPtr

Parameters

iSize
Int32

[in] The size of the space to be allocated

Returns

IntPtr

nativeint

Returns a pointer to the allocated text image space.

Implements

Applies to