VSConstants.VsTextBufferUserDataGuid.BufferStorage_guid Field

Definition

object: This property is used to get access to the buffer's storage object. The returned pointer can be QI'd for IVsTextStorage and IVsPersistentTextImage. This is a get-only property. To set the storage, use the buffer's InitializeContentEx method.

public: static initonly Guid BufferStorage_guid;
public static readonly Guid BufferStorage_guid;
 staticval mutable BufferStorage_guid : Guid
Public Shared ReadOnly BufferStorage_guid As Guid 

Field Value

Applies to