IMappingPoint.BufferGraph 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.
The IBufferGraph that this point uses to perform the mapping.
public:
property Microsoft::VisualStudio::Text::Projection::IBufferGraph ^ BufferGraph { Microsoft::VisualStudio::Text::Projection::IBufferGraph ^ get(); };
public:
property Microsoft::VisualStudio::Text::Projection::IBufferGraph ^ BufferGraph { Microsoft::VisualStudio::Text::Projection::IBufferGraph ^ get(); };
public Microsoft.VisualStudio.Text.Projection.IBufferGraph BufferGraph { get; }
member this.BufferGraph : Microsoft.VisualStudio.Text.Projection.IBufferGraph
Public ReadOnly Property BufferGraph As IBufferGraph
Property Value
The IBufferGraph.