GraphBuffersChangedEventArgs.RemovedBuffers 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 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.