IBufferGraphFactoryService Interface

Definition

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.

Applies to