IMappingPoint.BufferGraph Property

Gets the IBufferGraph that this point uses to perform the mapping.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
ReadOnly Property BufferGraph As IBufferGraph
IBufferGraph BufferGraph { get; }
property IBufferGraph^ BufferGraph {
    IBufferGraph^ get ();
}
abstract BufferGraph : IBufferGraph
function get BufferGraph () : IBufferGraph

Property Value

Type: Microsoft.VisualStudio.Text.Projection.IBufferGraph
The IBufferGraph.

.NET Framework Security

See Also

Reference

IMappingPoint Interface

Microsoft.VisualStudio.Text Namespace