IBufferGraphFactoryService Interface   
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.
Creates a buffer graph from a graph of ITextBuffer objects created by projection.
public interface class IBufferGraphFactoryServicepublic interface class IBufferGraphFactoryService__interface IBufferGraphFactoryServicepublic interface IBufferGraphFactoryServicetype IBufferGraphFactoryService = interfacePublic Interface IBufferGraphFactoryServiceRemarks
This is a MEF component part, and should be imported as follows: [Import] IBufferGraphFactoryService factory = null;
Methods
| CreateBufferGraph(ITextBuffer) | Initializes a new instance of an IBufferGraph for the specified ITextBuffer. |