ProjectionSourceBuffersChangedEventArgs.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 source buffers that were removed and no longer contribute spans to the projection buffer.
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 source buffers that were removed and no longer contribute spans to the projection buffer.