IProjectionSnapshot.TextBuffer Property
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.
Gets the IProjectionBufferBase of which this is a snapshot.
public:
property Microsoft::VisualStudio::Text::Projection::IProjectionBufferBase ^ TextBuffer { Microsoft::VisualStudio::Text::Projection::IProjectionBufferBase ^ get(); };
public:
property Microsoft::VisualStudio::Text::Projection::IProjectionBufferBase ^ TextBuffer { Microsoft::VisualStudio::Text::Projection::IProjectionBufferBase ^ get(); };
public Microsoft.VisualStudio.Text.Projection.IProjectionBufferBase TextBuffer { get; }
member this.TextBuffer : Microsoft.VisualStudio.Text.Projection.IProjectionBufferBase
Public ReadOnly Property TextBuffer As IProjectionBufferBase
Property Value
The IProjectionBufferBase of which this is a snapshot.
Remarks
This property always returns the same projection buffer, but the projection buffer is not itself immutable.