IProjectionBufferBase.SourceBuffers Property

Definition

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

public:
 property System::Collections::Generic::IList<Microsoft::VisualStudio::Text::ITextBuffer ^> ^ SourceBuffers { System::Collections::Generic::IList<Microsoft::VisualStudio::Text::ITextBuffer ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.Text.ITextBuffer> SourceBuffers { get; }
member this.SourceBuffers : System.Collections.Generic.IList<Microsoft.VisualStudio.Text.ITextBuffer>
Public ReadOnly Property SourceBuffers As IList(Of ITextBuffer)

Property Value

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

Applies to