IProjectionBufferFactoryService Methods

 

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

NameDescription
System_CAPS_pubmethodCreateElisionBuffer(IProjectionEditResolver^, NormalizedSnapshotSpanCollection^, ElisionBufferOptions)

Creates an elision buffer with the default projection IContentType and initialized to the specified list of snapshot spans from a single source buffer.

System_CAPS_pubmethodCreateElisionBuffer(IProjectionEditResolver^, NormalizedSnapshotSpanCollection^, ElisionBufferOptions, IContentType^)

Create an elision buffer initialized to expose the provided list of snapshot spans from a single source buffer.

System_CAPS_pubmethodCreateProjectionBuffer(IProjectionEditResolver^, IList<Object^>^, ProjectionBufferOptions)

Creates an IProjectionBuffer object with the default projection IContentType and the specified list of source spans.

System_CAPS_pubmethodCreateProjectionBuffer(IProjectionEditResolver^, IList<Object^>^, ProjectionBufferOptions, IContentType^)

Creates an IProjectionBuffer object with a specified IContentType and the specified list of ITrackingSpan objects and/or literal strings.

Return to top
Show: