Share via


GraphBuffersChangedEventArgs.RemovedBuffers Property

Definition

The list of ITextBuffer objects that have been removed from the IBufferGraph.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Text::ITextBuffer ^> ^ RemovedBuffers { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Text::ITextBuffer ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Text.ITextBuffer> RemovedBuffers { get; }
member this.RemovedBuffers : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Text.ITextBuffer>
Public ReadOnly Property RemovedBuffers As ReadOnlyCollection(Of ITextBuffer)

Property Value

The list of ITextBuffer objects that have been removed from the IBufferGraph.

Applies to