ProjectionSourceBuffersChangedEventArgs::AddedBuffers Property
Visual Studio 2015
Gets the source buffers that were added to the projection buffer.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
public: property ReadOnlyCollection<ITextBuffer^>^ AddedBuffers { ReadOnlyCollection<ITextBuffer^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ITextBuffer^>^The source buffers that were added to the projection buffer.
Show: