VSConstants.VsTextBufferUserDataGuid.BufferStorage_string 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: System::String ^ BufferStorage_string;
std::wstring BufferStorage_string;
public const string BufferStorage_string;
val mutable BufferStorage_string : string
Public Const BufferStorage_string As String 

Field Value

Applies to