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 IBufferGraphFactoryService
public interface class IBufferGraphFactoryService
__interface IBufferGraphFactoryService
public interface IBufferGraphFactoryService
type IBufferGraphFactoryService = interface
Public Interface IBufferGraphFactoryService
Remarks
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. |