VSConstants.VsTextBufferUserDataGuid.BufferStorage_string Field

Used to get access to the buffer's storage object. You can call QueryInterface on the returned pointer can be 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.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Const BufferStorage_string As String
public const string BufferStorage_string
public:
literal String^ BufferStorage_string
static val mutable BufferStorage_string: string
public const var BufferStorage_string : String

.NET Framework Security

See Also

Reference

VSConstants.VsTextBufferUserDataGuid Class

Microsoft.VisualStudio Namespace