IProjectionBufferBase.SourceBuffers Property

Gets the set of ITextBuffer objects that directly contribute to the projection buffer.

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

Syntax

'Declaration
ReadOnly Property SourceBuffers As IList(Of ITextBuffer)
IList<ITextBuffer> SourceBuffers { get; }
property IList<ITextBuffer^>^ SourceBuffers {
    IList<ITextBuffer^>^ get ();
}
abstract SourceBuffers : IList<ITextBuffer>
function get SourceBuffers () : IList<ITextBuffer>

Property Value

Type: System.Collections.Generic.IList<ITextBuffer>
The set of ITextBuffer objects that directly contribute to the projection buffer.

.NET Framework Security

See Also

Reference

IProjectionBufferBase Interface

Microsoft.VisualStudio.Text.Projection Namespace