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)

property IList<ITextBuffer^>^ SourceBuffers {
	IList<ITextBuffer^>^ get();
}

Property Value

Type: System.Collections.Generic::IList<ITextBuffer^>^

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

Return to top
Show: