Share via


VSConstants.VsTextBufferUserDataGuid.BufferStorage_guid Field

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

Namespace:  Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Shared ReadOnly BufferStorage_guid As Guid
public static readonly Guid BufferStorage_guid
public:
static initonly Guid BufferStorage_guid
static val BufferStorage_guid: Guid
public static final var BufferStorage_guid : Guid

.NET Framework Security

See Also

Reference

VSConstants.VsTextBufferUserDataGuid Class

Microsoft.VisualStudio Namespace