IProjectionBufferFactoryService.CreateElisionBuffer Method
Include Protected Members
Include Inherited Members
Creates an elision buffer.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CreateElisionBuffer(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. | |
CreateElisionBuffer(IProjectionEditResolver, NormalizedSnapshotSpanCollection, ElisionBufferOptions, IContentType) | Create an elision buffer initialized to expose the provided list of snapshot spans from a single source buffer. |
Top