GraphBuffersChangedEventArgs::AddedBuffers Property
Visual Studio 2015
Gets the list of ITextBuffer objects that have been added to the IBufferGraph.
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 list of ITextBuffer objects that have been added to the IBufferGraph.
Show: