GraphBuffersChangedEventArgs::RemovedBuffers Property
Visual Studio 2015
Gets the list of ITextBuffer objects that have been removed from the IBufferGraph.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
public: property ReadOnlyCollection<ITextBuffer^>^ RemovedBuffers { ReadOnlyCollection<ITextBuffer^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ITextBuffer^>^The list of ITextBuffer objects that have been removed from the IBufferGraph.
Show: