IBufferGraphFactoryService Interface
Visual Studio 2015
Creates a buffer graph from a graph of ITextBuffer objects created by projection.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | CreateBufferGraph(ITextBuffer) | Initializes a new instance of an IBufferGraph for the specified ITextBuffer. |
This is a MEF component part, and should be imported as follows:
[Import] IBufferGraphFactoryService factory = null;
For more information about buffer graphs, see Inside the Editor.
Show:
