IBufferGraphFactoryService::CreateBufferGraph Method (ITextBuffer^)

 

Initializes a new instance of an IBufferGraph for the specified ITextBuffer.

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

IBufferGraph^ CreateBufferGraph(
	ITextBuffer^ textBuffer
)

Parameters

textBuffer
Type: Microsoft.VisualStudio.Text::ITextBuffer^

The ITextBuffer for which to create the IBufferGraph.

Return to top
Show: