Freigeben über


IBufferGraphFactoryService.CreateBufferGraph-Methode

Initialisiert eine neue Instanz von IBufferGraph für den angegebenen ITextBuffer.

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

Syntax

'Declaration
Function CreateBufferGraph ( _
    textBuffer As ITextBuffer _
) As IBufferGraph
IBufferGraph CreateBufferGraph(
    ITextBuffer textBuffer
)
IBufferGraph^ CreateBufferGraph(
    ITextBuffer^ textBuffer
)
abstract CreateBufferGraph : 
        textBuffer:ITextBuffer -> IBufferGraph
function CreateBufferGraph(
    textBuffer : ITextBuffer
) : IBufferGraph

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Text.Projection.IBufferGraph
Der IBufferGraph.

.NET Framework-Sicherheit

Siehe auch

Referenz

IBufferGraphFactoryService Schnittstelle

Microsoft.VisualStudio.Text.Projection-Namespace