IProjectionBufferBase.SourceBuffers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.