VsTextLineStorageClass.Image_Alloc(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.