IProjectionBufferFactoryService.CreateProjectionBuffer Method
Include Protected Members
Include Inherited Members
Creates an IProjectionBuffer.
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 | |
---|---|---|
CreateProjectionBuffer(IProjectionEditResolver, IList<Object>, ProjectionBufferOptions) | Creates an IProjectionBuffer object with the default projection IContentType and the specified list of source spans. | |
CreateProjectionBuffer(IProjectionEditResolver, IList<Object>, ProjectionBufferOptions, IContentType) | Creates an IProjectionBuffer object with a specified IContentType and the specified list of ITrackingSpan objects and/or literal strings. |
Top